8a90486f66
Improves search on the Forge, also gives us a higher Quality Score on the module.
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "jfryman-nginx",
|
|
"version": "0.2.1",
|
|
"author": "James Fryman",
|
|
"summary": "Puppet NGINX management module",
|
|
"license": "MIT",
|
|
"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":">= 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"
|
|
]
|
|
}
|
|
]
|
|
}
|