forked from zachfi/puppet-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
39 lines (39 loc) · 858 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": "zleslie-openvpn",
"version": "1.1.5",
"author": "zleslie",
"summary": "Puppet powered OpenVPN",
"license": "Apache License Version 2.0",
"source": "git://github.com/xaque208/puppet-openvpn.git",
"project_page": "https://github.com/xaque208/puppet-openvpn",
"issues_url": "https://github.com/xaque208/puppet-openvpn/issues",
"operatingsystem_support": [
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"10.1",
"9.3",
"8.4"
]
},
{
"operatingsystem": "OpenBSD",
"operatingsystemrelease": [
"5.5",
"5.6",
"5.7"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.2.0 < 3.4.0"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [ ]
}