forked from andskli/puppet-netbackup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
32 lines (31 loc) · 1014 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
{
"name": "andskli-netbackup",
"version": "0.1.1",
"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"},
{"name":"saz/limits","version_requirement":">= 2.1.0"},
{"name":"thias/sysctl","version_requirement":">= 1.0.0"},
{"name":"spiette/selinux","version_requirement":">= 0.5.4"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6", "7"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["6", "7"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04", "14.04"]
}
]
}