-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
metadata.json
48 lines (47 loc) · 918 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
40
41
42
43
44
45
46
47
48
{
"name": "puppet-puppet_certificate",
"version": "1.1.1-rc0",
"author": "Vox Pupuli",
"license": "Apache-2.0",
"summary": "Puppet provider ensuring puppet certificates",
"source": "https://github.com/voxpupuli/puppet-puppet_certificate",
"project_page": "https://github.com/voxpupuli/puppet-puppet_certificate",
"tags": [
"puppet",
"certificate"
],
"dependencies": [
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "Windows"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
},
{
"operatingsystem": "OS X"
},
{
"operatingsystem": "Solaris"
},
{
"operatingsystem": "SLES"
},
{
"operatingsystem": "AIX"
}
]
}