-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmetadata.json
26 lines (25 loc) · 892 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
{
"name": "jethrocarr-roadwarrior",
"version": "1.2.0",
"author": "jethrocarr",
"summary": "Configures a road warrior style IKEv2 VPN with StrongSwan and cert-based authentication ideal for mobile devices",
"license": "Apache-2.0",
"source": "https://github.com/jethrocarr/puppet-roadwarrior",
"project_page": "https://github.com/jethrocarr/puppet-roadwarrior",
"issues_url": "https://github.com/jethrocarr/puppet-roadwarrior/issues",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "8.4" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "16.04" ]
}
],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"},
{"name":"puppetlabs-firewall","version_requirement":">= 1.0.0"},
{"name":"thias-sysctl","version_requirement":">= 1.0.0"}
]
}