-
Notifications
You must be signed in to change notification settings - Fork 10
/
metadata.json
48 lines (48 loc) · 1.03 KB
/
metadata.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "pgassmann-letsencrypt_nginx",
"version": "2.1.0",
"author": "pgassmann",
"summary": "Let's Encrypt Nginx",
"license": "Apache-2.0",
"source": "https://github.com/pgassmann/puppet-letsencrypt_nginx",
"project_page": "https://github.com/pgassmann/puppet-letsencrypt_nginx",
"issues_url": "https://github.com/pgassmann/puppet-letsencrypt_nginx/issues",
"tags": [
"letsencrypt",
"certbot",
"nginx"
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04",
"16.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7",
"8"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.6.0 <5.0.0"
},
{
"name": "puppet/letsencrypt",
"version_requirement": ">=1.1.0 <3.0.0"
},
{
"name": "puppet/nginx",
"version_requirement": ">=0.6.0"
}
]
}