Skip to content

Commit

Permalink
Merge pull request voxpupuli#598 from 3flex/metadata-update
Browse files Browse the repository at this point in the history
metadata: add Puppet version compatibility
  • Loading branch information
jfryman committed Apr 10, 2015
2 parents df3a6d1 + 6501a99 commit ae7d871
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,28 @@
"source": "https://github.com/jfryman/puppet-nginx.git",
"project_page": "http://github.com/jfryman/puppet-nginx",
"issues_url": "https://github.com/jfryman/puppet-nginx/issues",
"description": "This module can be used for basic NGINX Management",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.2.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"}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease":[
"5.0",
"6.0"
"5",
"6",
"7"
]
},
{
Expand All @@ -27,9 +37,9 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease":[
"5.0",
"6.0",
"7.0"
"5",
"6",
"7"
]
},
{
Expand Down

0 comments on commit ae7d871

Please sign in to comment.