-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata.json
32 lines (31 loc) · 1.06 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
{
"name": "andskli-netbackup",
"version": "0.1.3",
"author": "Andreas Skarmutsos Lindh",
"summary": "Puppet module for NetBackup, client and server",
"license": "Apache-2.0",
"source": "https://github.com/andskli/puppet-netbackup.git",
"project_page": "https://github.com/andskli/puppet-netbackup",
"issues_url": "https://github.com/andskli/puppet-netbackup/issues",
"tags": ["netbackup", "backup"],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 4.7.0 < 6.0.0"},
{"name":"saz/limits","version_requirement":">= 2.1.0 < 4.0.0"},
{"name":"thias/sysctl","version_requirement":">= 1.0.0 < 3.0.0"},
{"name":"spiette/selinux","version_requirement":">= 0.5.4 < 2.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["5", "6", "7"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["5", "6", "7"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04", "14.04", "15.04", "16.10", "17.04"]
}
]
}