-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmetadata.json
More file actions
30 lines (30 loc) · 846 Bytes
/
Copy pathmetadata.json
File metadata and controls
30 lines (30 loc) · 846 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
29
30
{
"name": "jvaubourg-nginxpack",
"version": "0.3.0",
"author": "Julien Vaubourg <http://julien.vaubourg.com>",
"license": "AGPL-3.0",
"summary": "Nginx & PHP7 (opt.), vhosts, proxies, redirections, IPv6, SSL, and so on.",
"source": "https://github.com/jvaubourg/puppetlabs-nginxpack",
"project_page": "https://forge.puppetlabs.com/jvaubourg/nginxpack",
"issues_url": "",
"tags": ["nginx", "php", "fpm", "fastcgi", "ipv6", "ssl", "proxy", "vhost" ],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0 < 5.0.0" }
]
}