forked from Nextdoor/puppet-strongswan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
35 lines (35 loc) · 1.02 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
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Nextdoor-strongswan",
"version": "0.0.2",
"author": "Nextdoor",
"license": "Apache-2.0",
"source": "https://github.com/Nextdoor/puppet-strongswan",
"project_page": "https://github.com/Nextdoor/puppet-strongswan",
"issues_url": "https://github.com/Nextdoor/puppet-strongswan/issues",
"summary": "Nextdoor strongSwan Management Module",
"tags": [ "strongswan", "swan", "vpc", "tunnel", "openswan", "vpn" ],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04"
]
}
],
"requirements": [
{ "name": "puppet", "version_requirement": "3.x" }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 2.2.1" },
{ "name": "puppetlabs/firewall", "version_requirement": ">= 1.2.0" }
]
}