FM-103: Add metadata.json to all modules.
This commit is contained in:
parent
fe9b0d5229
commit
85cfc933fe
1 changed files with 24 additions and 0 deletions
24
metadata.json
Normal file
24
metadata.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "puppetlabs/inifile",
|
||||
"version": "1.0.0",
|
||||
"summary": "Resource types for managing settings in INI files",
|
||||
"source": "git@github.com/puppetlabs/puppetlabs-inifile.git",
|
||||
"project_page": "http://github.com/puppetlabs/puppetlabs-inifile",
|
||||
"author": "Puppet Labs",
|
||||
"license": "Apache-2.0",
|
||||
"operatingsystem_support": [
|
||||
"RedHat",
|
||||
"OpenSUSE",
|
||||
"SLES",
|
||||
"SLED",
|
||||
"Debian",
|
||||
"Ubuntu"
|
||||
],
|
||||
"puppet_version": [
|
||||
2.7,
|
||||
3.0,
|
||||
3.1,
|
||||
3.2,
|
||||
3.3
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue