Skip to content

Commit 0c27288

Browse files
committed
Merge pull request redhat-openstack#88 from apenney/metadata
Add AIX and remove fields copied from Modulefile.
2 parents 6b0a200 + 6c63184 commit 0c27288

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

metadata.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
2-
"name": "puppetlabs/inifile",
3-
"version": "1.0.2",
4-
"summary": "Resource types for managing settings in INI files",
5-
"source": "git://github.com/puppetlabs/puppetlabs-inifile.git",
6-
"project_page": "https://github.com/puppetlabs/puppetlabs-inifile",
7-
"author": "Puppet Labs",
8-
"license": "Apache-2.0",
92
"operatingsystem_support": [
103
{
114
"operatingsystem": "RedHat",
@@ -58,7 +51,8 @@
5851
{
5952
"operatingsystem": "Solaris",
6053
"operatingsystemrelease": [
61-
"10"
54+
"10",
55+
"11"
6256
]
6357
},
6458
{
@@ -67,14 +61,20 @@
6761
"Server 2003 R2",
6862
"Server 2008 R2",
6963
"Server 2012",
70-
"Server 2012 R2",
71-
"7"
64+
"Server 2012 R2"
65+
]
66+
},
67+
{
68+
"operatingsystem": "AIX",
69+
"operatingsystemrelease": [
70+
"5.3",
71+
"6.1",
72+
"7.1"
7273
]
7374
}
7475
],
7576
"requirements": [
7677
{ "name": "pe", "version_requirement": "3.2.x" },
7778
{ "name": "puppet", "version_requirement": "3.x" }
78-
],
79-
"dependencies": []
79+
]
8080
}

0 commit comments

Comments
 (0)