forked from voxpupuli/puppet-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
24 lines (24 loc) · 1.04 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
{
"name": "luxflux-openvpn",
"version": "3.1.0",
"author": "luxflux",
"summary": "OpenVPN server puppet module",
"license": "Apache-2.0",
"source": "https://github.com/luxflux/puppet-openvpn",
"project_page": "https://github.com/luxflux/puppet-openvpn",
"issues_url": "https://github.com/luxflux/puppet-openvpn/issues",
"description": "Puppet module to manage OpenVPN servers",
"tags": [ "vpn", "openvpn" ],
"operatingsystem_support": [
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": ["12.04", "12.10", "13.04", "13.10", "14.04", "15.04"] },
{ "operatingsystem": "Debian", "operatingsystemrelease": ["7", "8"] },
{ "operatingsystem": "RedHat", "operatingsystemrelease": ["5", "6", "7"] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": ["5", "6", "7"] },
{ "operatingsystem": "Archlinux" },
{ "operatingsystem": "FreeBSD" }
],
"dependencies": [
{"name":"puppetlabs/concat","version_requirement":">= 1.0.1 <2.0.0"},
{"name":"puppetlabs/stdlib","version_requirement":">= 1.0.0 <5.0.0"}
]
}