-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
37 lines (37 loc) · 1.07 KB
/
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
{
"name": "aolabs-retrypuppet",
"version": "1.1.0",
"author": "aolabs",
"summary": "Simple python script to retry puppet agent execution if the agent is already running.",
"license": "LGPL-3.0",
"source": "https://github.com/aolabs/puppet-retrypuppet.git",
"project_page": "https://github.com/aolabs/puppet-retrypuppet",
"issues_url": "https://github.com/aolabs/puppet-retrypuppet/issues",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 4.2.0 < 5.0.0"}
],
"data_provider": null,
"operatingsystem_support": [
{"operatingsystem": "RedHat"},
{"operatingsystem": "CentOS"},
{"operatingsystem": "OracleLinux"},
{"operatingsystem": "Scientific"},
{"operatingsystem": "Debian"},
{"operatingsystem": "Ubuntu"},
{"operatingsystem": "FreeBSD"},
{"operatingsystem": "OpenBSD"},
{"operatingsystem": "Gentoo"},
{"operatingsystem": "ArchLinux"}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"tags": [
"puppet",
"locked",
"retry"
]
}