Skip to content

Commit

Permalink
Merge pull request #520 from 3flex/add-os-to-metadata
Browse files Browse the repository at this point in the history
metadata: add operatingsystem_support
  • Loading branch information
jfryman committed Dec 11, 2014
2 parents 677e70d + 8a90486 commit 361b498
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,36 @@
{"name":"puppetlabs/stdlib","version_requirement":">= 3.0.0 <5.0.0"},
{"name":"puppetlabs/apt","version_requirement":">= 1.0.0 <2.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.1.1 <2.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease":[
"5.0",
"6.0"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease":[
"5.0",
"6.0",
"7.0"
]
},
{
"operatingsystem": "SLES"
},
{
"operatingsystem": "Solaris"
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"12.04",
"10.04"
]
}
]
}

0 comments on commit 361b498

Please sign in to comment.