-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
23 lines (23 loc) · 752 Bytes
/
metadata.json
File metadata and controls
23 lines (23 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "gearboxscott-anacron",
"version": "1.0.16",
"author": "Scott Parker",
"license": "Apache-2.0",
"summary": "This module will help create anacron entries to schedule programs, scripts, etc. on Linux systems that support anacron.",
"source": "https://github.com/gearboxscott/gearboxscott-anacron",
"project_page": "https://github.com/gearboxscott/gearboxscott-anacron",
"issues_url": "https://github.com/gearboxscott/gearboxscott-anacron",
"tags": [ "anacron", "cron" ],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "6.0", "7.0" ]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib", "version_range": ">= 3.2.0"
}
],
"data_provider": "hiera"
}