-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
29 lines (28 loc) · 826 Bytes
/
metadata.json
File metadata and controls
29 lines (28 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"author" : "Jascha Casadio",
"dependencies": [],
"description" : "A Puppet module to install, configure and deploy the Nginx webserver.",
"issues_url": "https://github.com/jaschac/puppet-nginx",
"license": "Apache-2.0",
"name": "lostinmalloc-nginx",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
]
}
],
"project_page": "https://github.com/jaschac/puppet-nginx",
"requirements": [
{
"name": "puppet",
"version_requirement": ">=4.0.0 <5.0.0"
}
],
"source": "git@github.com:jaschac/puppet-nginx.git",
"summary": "A Puppet module to install, configure and deploy the Nginx webserver. ",
"tags" : ["nginx", "load balancer", "proxy", "webserver"],
"version" : "1.1.0"
}