Files
SecGen/modules/utilities/unix/puppet_module/cron/metadata.json
2018-10-05 17:27:05 +01:00

69 lines
1.3 KiB
JSON

{
"name": "puppet-cron",
"version": "1.1.2-rc0",
"author": "Vox Pupuli",
"summary": "Module to manage cron jobs via /etc/cron.d/",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-cron",
"project_page": "https://github.com/voxpupuli/puppet-cron",
"issues_url": "https://github.com/voxpupuli/puppet-cron/issues",
"tags": [
"cron"
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Gentoo"
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"12"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.9.1 < 6.0.0"
}
],
"dependencies": [
]
}