Merge pull request #88 from apenney/metadata

Add AIX and remove fields copied from Modulefile.
This commit is contained in:
Hunter Haugen 2014-03-03 10:49:00 -08:00
commit 0c27288cec

View file

@ -1,11 +1,4 @@
{
"name": "puppetlabs/inifile",
"version": "1.0.2",
"summary": "Resource types for managing settings in INI files",
"source": "git://github.com/puppetlabs/puppetlabs-inifile.git",
"project_page": "https://github.com/puppetlabs/puppetlabs-inifile",
"author": "Puppet Labs",
"license": "Apache-2.0",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
@ -58,7 +51,8 @@
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"10"
"10",
"11"
]
},
{
@ -67,14 +61,20 @@
"Server 2003 R2",
"Server 2008 R2",
"Server 2012",
"Server 2012 R2",
"7"
"Server 2012 R2"
]
},
{
"operatingsystem": "AIX",
"operatingsystemrelease": [
"5.3",
"6.1",
"7.1"
]
}
],
"requirements": [
{ "name": "pe", "version_requirement": "3.2.x" },
{ "name": "puppet", "version_requirement": "3.x" }
],
"dependencies": []
]
}