-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmetadata.json
37 lines (37 loc) · 979 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
{
"name": "earsdown-certmonger",
"version": "1.2.1",
"author": "earsdown",
"summary": "Deprecated - use saltedsignal/certmonger instead.",
"license": "Apache-2.0",
"source": "https://github.com/earsdown/puppet-certmonger",
"project_page": "https://github.com/earsdown/puppet-certmonger",
"issues_url": "https://github.com/earsdown/puppet-certmonger/issues",
"description": "Deprecated - use saltedsignal/certmonger instead.",
"tags": ["certmonger", "ipa", "ca","ipa-getcert","freeipa"],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=4.5.0 <5.0.0"
}
]
}