Skip to content

Commit

Permalink
Add metadata for supported modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Penney committed Mar 3, 2014
1 parent d9ac3ad commit b415379
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04"
]
}
],
"requirements": [
{ "name": "pe", "version_requirement": "3.2.x" },
{ "name": "puppet", "version_requirement": "3.x" }
]
}

0 comments on commit b415379

Please sign in to comment.