-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
51 lines (51 loc) · 1.39 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
44
45
46
47
48
49
50
51
{
"name": "Ginja-puppet_stack",
"version": "1.1.1",
"author": "rshott",
"summary": "Install and manage a Puppet Master, The Foreman, and smart-proxy",
"license": "Apache License, Version 2.0",
"source": "git://github.com/Ginja/puppet_stack.git",
"project_page": "https://github.com/Ginja/puppet_stack",
"issues_url": "https://github.com/Ginja/puppet_stack/issues",
"description": "This module will help you install, and manage the following:\n\n* A Puppet Master\n* The Foreman\n* smart-proxy",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"19",
"20"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=3.4.0"
}
],
"dependencies": [
{"name":"puppetlabs/apache","version_requirement":"1.x"},
{"name":"puppetlabs/concat","version_requirement":"1.x"},
{"name":"puppetlabs/postgresql","version_requirement":"3.x"},
{"name":"maestrodev-rvm","version_requirement":"1.5.x"},
{"name":"puppetlabs/stdlib","version_requirement":">=3.2.0 <5.0.0"}
]
}