50c1e57c4c
New requirement for the Puppet Forge. These ranges ensure dependencies will stay on backwards compatible versions for the foreseeable future.
16 lines
646 B
JSON
16 lines
646 B
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.0 <2.0.0"}
|
|
]
|
|
}
|