Skip to content

Commit

Permalink
Merge pull request redhat-openstack#88 from apenney/metadata
Browse files Browse the repository at this point in the history
Add AIX and remove fields copied from Modulefile.
  • Loading branch information
hunner committed Mar 3, 2014
2 parents 6b0a200 + 6c63184 commit 0c27288
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -58,7 +51,8 @@
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"10"
"10",
"11"
]
},
{
Expand All @@ -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": []
]
}

0 comments on commit 0c27288

Please sign in to comment.