forked from torrancew/puppet-cron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
39 lines (39 loc) · 978 Bytes
/
metadata.json
File metadata and controls
39 lines (39 loc) · 978 Bytes
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
{
"name": "itbane-cron",
"version": "0.3",
"author": "itbane",
"license": "Apache-2.0",
"summary": "A module to manage cron jobs via /etc/cron.d",
"source": "https://github.com/itbane/puppet-cron",
"project_page": "https://forge.puppetlabs.com/itbane/cron",
"issues_url": "https://github.com/itbane/puppet-cron/issues",
"tags": ["cron"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease": [ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "9.0", "8.0", "7.0", "6.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "16.04", "14.04", "12.04", "10.04" ]
},
{
"operatingsystem": "Archlinux"
},
{
"operatingsystem": "Gentoo"
}
],
"dependencies": [],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0 < 6.0.0"
}
],
"data_provider": "none"
}