-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
43 lines (43 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
38
39
40
41
42
43
{
"name": "Aethylred-puppet",
"version": "1.6.1",
"author": "Aaron Hicks <[email protected]>",
"license": "GPL-3.0",
"summary": "A Puppet module for installing, configuring and managing puppet, puppetmaster, and hiera.",
"source": "https://github.com/nesi/puppet-puppet",
"project_page": "https://github.com/nesi/puppet-puppet",
"issues_url": "https://github.com/nesi/puppet-puppet/issues",
"tags": ["puppet", "apache","passenger"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
// "4",
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
// "4",
"5",
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04",
"16.04"
]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">=2.2.0" }
]
}