-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
35 lines (35 loc) · 923 Bytes
/
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
{
"name": "srozzo-stunnel",
"version": "1.0.1",
"author": "srozzo",
"summary": "A module managings SSL/TLS tunnels with stunnel",
"license": "MIT",
"source": "https://github.com/srozzo/puppet-stunnel",
"project_page": "https://github.com/srozzo/puppet-stunnel",
"issues_url": "https://github.com/srozzo/puppet-stunnel/issues",
"tags": ["stunnel", "secure", "tunnel", "tls", "ssl", "security" ],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": "4.x"
},
{
"name": "puppetlabs/concat",
"version_requirement": "1.x"
},
{
"name": "electrical/file_concat",
"version_requirement": "1.x"
}
],
"operatingsystem_support": [
{
"operatingsystem":"CentOS",
"operatingsystemrelease":[ "7.0", "6.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "12.04" ]
}
]
}