-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.json
47 lines (47 loc) · 976 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ceritsc-tmpreaper",
"version": "0.9.2",
"author": "ceritsc",
"summary": "Tmpreaper (tmpwatch) module",
"license": "MIT",
"source": "https://github.com/CERIT-SC/puppet-tmpreaper.git",
"project_page": "https://github.com/CERIT-SC/puppet-tmpreaper",
"issues_url": "https://github.com/CERIT-SC/puppet-tmpreaper/issues",
"tags": [
"tmpreaper",
"tmpwatch"
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "Scientific"
},
{
"operatingsystem": "OracleLinux"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.3.x"
},
{
"name": "puppet",
"version_requirement": "3.3"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.0.0"}
]
}