-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
39 lines (39 loc) · 915 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
36
37
38
39
{
"name": "caezsar-vpnc",
"version": "0.1.3",
"author": "caezsar",
"summary": "Puppet module to manage Cisco vpnc client",
"license": "Apache-2.0",
"source": "https://github.com/caezsar/puppet-vpnc",
"project_page": "https://github.com/caezsar/puppet-vpnc",
"issues_url": "https://github.com/caezsar/puppet-vpnc",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement":">= 1.0.0"
},
{
"name": "camptocamp-systemd",
"version_requirement":">= 0.3.0"
}
],
"data_provider": null,
"description": "Module for managing and configuring Cisco VPNC Client",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
]
}