Created
February 20, 2018 22:06
-
-
Save scotje/3e0d27ecbbb3f941d707f5dcbe580192 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "test-metadata", | |
"version": "0.1.0", | |
"author": "Jesse Scott", | |
"summary": "", | |
"license": "Apache-2.0", | |
"source": "", | |
"dependencies": [ | |
], | |
"operatingsystem_support": [ | |
{ | |
"operatingsystem": "CentOS", | |
"operatingsystemrelease": [ | |
"7" | |
] | |
}, | |
{ | |
"operatingsystem": "OracleLinux", | |
"operatingsystemrelease": [ | |
"7" | |
] | |
}, | |
{ | |
"operatingsystem": "RedHat", | |
"operatingsystemrelease": [ | |
"7" | |
] | |
}, | |
{ | |
"operatingsystem": "Scientific", | |
"operatingsystemrelease": [ | |
"7" | |
] | |
}, | |
{ | |
"operatingsystem": "Debian", | |
"operatingsystemrelease": [ | |
"8" | |
] | |
}, | |
{ | |
"operatingsystem": "Ubuntu", | |
"operatingsystemrelease": [ | |
"16.04" | |
] | |
}, | |
{ | |
"operatingsystem": "windows", | |
"operatingsystemrelease": [ | |
"2008 R2", | |
"2012 R2", | |
"10" | |
] | |
} | |
], | |
"requirements": [ | |
{ | |
"name": "puppet", | |
"version_requirement": ">= 4.7.0 < 6.0.0" | |
} | |
], | |
"pdk-version": "1.4.0.pre (heads/master-0-g4106b3a)", | |
"template-url": "https://github.com/puppetlabs/pdk-templates", | |
"template-ref": "heads/master-0-g059c195" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment