-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
60 lines (60 loc) · 1.69 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"author": "Benjamin Merot",
"checksums": {
"Rakefile": "f37e6131fe7de9a49b09d31596f5fbf1",
"manifests/directory.pp": "8a9952012edda57ea557b3595b875568",
"LICENSE.txt": "a8964fdff69c773bc385158f35052963",
"manifests/init.pp": "27814730d405f1b1c77f0ab9bfc158c7",
"manifests/rule.pp": "6561bb94ea0fd00160f03a59121b5a90",
"Modulefile": "189f41e6f2e69ee050c12edbe65c178f",
"tests/init.pp": "d41d8cd98f00b204e9800998ecf8427e",
"README.markdown": "9167f5cc5c140b6ab77c333a7652d043"
},
"dependencies": [],
"description": "Control hourly incremental backup genrated via rdiff-backup and manage their destination if using NFS.",
"license": "GPL-3.0",
"name": "tuxomatic-remote_backup",
"project_page": "https://github.com/tux-o-matic/puppet-remote-backup",
"source": "https://github.com/tux-o-matic/puppet-remote-backup",
"issues_url": "https://github.com/tux-o-matic/puppet-remote-backup/issues",
"summary": "Easily declare incremental hourly backup rules with this module abstracting rdiff with built in support for NFS",
"version": "1.0.1",
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.0.0 < 5.0.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"18",
"19",
"20",
"21",
"22"
]
}
]
}