Skip to content

Commit

Permalink
Merge pull request redhat-openstack#77 from hunner/add_metadata
Browse files Browse the repository at this point in the history
Add supported OS/PE/Puppet
  • Loading branch information
hunner committed Feb 25, 2014
2 parents b77ef8d + 5c2cb37 commit 08346e9
Showing 1 changed file with 70 additions and 15 deletions.
85 changes: 70 additions & 15 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,80 @@
{
"name": "puppetlabs/inifile",
"version": "1.0.0",
"version": "1.0.1",
"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",
"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": [
"RedHat",
"OpenSUSE",
"SLES",
"SLED",
"Debian",
"Ubuntu"
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
],
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
],
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6"
],
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6"
],
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"11 SP1"
],
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
],
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
],
},
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"10"
],
}
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2003 R2",
"Server 2008 R2",
"Server 2012",
"Server 2012 R2",
"7"
],
}
],
"puppet_version": [
2.7,
3.0,
3.1,
3.2,
3.3
"requirements": [
{ "name": "pe", "version_requirement": "3.2.x" },
{ "name": "puppet", "version_requirement": "3.x" },
],
"dependencies": []
}

0 comments on commit 08346e9

Please sign in to comment.