-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
72 lines (72 loc) · 2.31 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "rharrison-holland",
"version": "1.1.0",
"author": "rharrison",
"summary": "Puppet module to manage Holland Backup Manager",
"license": "Apache-2.0",
"source": "https://github.com/rharrison10/puppet-holland",
"project_page": "https://github.com/rharrison10/puppet-holland",
"issues_url": "https://github.com/rharrison10/puppet-holland/issues",
"dependencies": [
{
"name": "puppetlabs/augeas_core",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 5.0.0 < 6.0.0"
},
{
"name": "puppetlabs/mysql",
"version_requirement": ">= 6.0.0 < 11.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"checksums": {
"CHANGELOG": "286b240062e48b301be39e6dac91377d",
"LICENSE": "3b83ef96387f14655fc854ddc3c6bd57",
"Modulefile": "f30bd4757a8afa6fcb3d202e8f880394",
"NOTICE": "6a00cf3e64dc790539b9dfabdee7d2d6",
"README.md": "1be99f5c56c8a724bac3f432476781cc",
"files/augeas/holland.aug": "2b3b6ff0767c4dc2958432c10aa5fdec",
"files/augeas/test_holland.aug": "a6def33f942c27a30878bb31837dd07f",
"manifests/config.pp": "f41f1b617d7b4f3f4c84c920397b5be3",
"manifests/init.pp": "8c6437a9f061e28260d1937cdef8bffb",
"manifests/mysqldump/backupset.pp": "cdc4aae2f3df7351ca2e247d5bf297bf",
"manifests/mysqldump/config.pp": "5d6f89ca4e0b890eb5198aedd7126100",
"manifests/mysqldump.pp": "963dbdeef1f0d34d73f354cba8879b8a",
"spec/spec_helper.rb": "74e30bf432595b74af64dee36bb53213",
"templates/backupsets/mysqldump.conf.erb": "faacc3d1083ea07e1571c4b646a8fde3",
"templates/providers/mysqldump.conf.erb": "556a72efe5a5a5641cbd5482121f3c47",
"tests/init.pp": "1ed3e7a9538062024c3593463a81ad35"
},
"description": "Puppet module to manage Holland Backup Manager",
"pdk-version": "1.12.0",
"template-url": "pdk-default#1.12.0",
"template-ref": "1.12.0-0-g55d9ae2"
}