-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathmetadata.json
39 lines (39 loc) · 990 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
{
"name": "torrancew-cron",
"version": "0.2.1",
"author": "torrancew",
"license": "Apache-2.0",
"summary": "A module to manage cron jobs via /etc/cron.d",
"source": "https://github.com/torrancew/puppet-cron",
"project_page": "https://forge.puppetlabs.com/torrancew/cron",
"issues_url": "https://github.com/torrancew/puppet-cron/issues",
"tags": ["cron"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease": [ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "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": ">= 2.6.0 < 5.0.0"
}
],
"data_provider": "none"
}