forked from agronaught/puppet-autossh
-
Notifications
You must be signed in to change notification settings - Fork 4
/
metadata.json
30 lines (30 loc) · 852 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
{
"name": "gerardcl-autossh",
"version": "1.2.5",
"author": "gerardcl",
"summary": "Manage ssh tunnels/port forwarding under openssh including both the source (originator) and target (destination) servers.",
"license": "Apache 2.0",
"source": "[email protected]:gerardcl/puppet-autossh.git",
"project_page": "https://github.com/gerardcl/puppet-autossh/",
"issues_url": "https://github.com/gerardcl/puppet-autossh/issues",
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "6.0","7.0" ]
},
{
"operatingsystem":"Centos",
"operatingsystemrelease":[ "6.0","7.0" ]
}
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.3.0"
},
{
"name": "puppetlabs-concat",
"version_requirement": ">= 1.1.0"
}
]
}