-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
metadata.json
33 lines (33 loc) · 953 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
32
33
{
"name": "tedivm-rsnapshot",
"version": "0.7.1",
"author": "tedivm",
"summary": "Secure and easy backups with rsnapshot.",
"tags": [
"rsnapshot",
"backups"
],
"license": "MIT",
"source": "https://github.com/tedivm/puppet-rsnapshot",
"project_page": "https://github.com/tedivm/puppet-rsnapshot",
"issues_url": "https://github.com/tedivm/puppet-rsnapshot/issues",
"dependencies": [
{
"name": "puppetlabs-concat",
"version_requirement": "> 1.0.0 < 3.0.0"
},
{
"name": "jtopjian/sshkeys",
"version_requirement": "< 3.0.0"
},
{
"name": "saz/sudo",
"version_requirement": "< 4.0.0"
}
],
"operatingsystem_support": [
{ "operatingsystem": "Debian", "operatingsystemrelease": ["6", "7"]},
{ "operatingsystem": "RedHat", "operatingsystemrelease": ["5.0", "6.0"]},
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": ["12.04", "14.04", "16.04"]}
]
}