This repository was archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmetadata.json
More file actions
61 lines (61 loc) · 1.31 KB
/
metadata.json
File metadata and controls
61 lines (61 loc) · 1.31 KB
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
52
53
54
55
56
57
58
59
60
61
{
"name": "simp-foreman",
"version": "1.0.0",
"author": "SIMP Team",
"summary": "A puppet module to install and configure Foreman.",
"license": "Apache-2.0",
"source": "https://github.com/simp/pupmod-simp-foreman",
"project_page": "https://github.com/simp/pupmod-simp-foreman",
"issues_url": "https://simp-project.atlassian.net",
"tags": [
"simp",
"enc",
"foreman"
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.9.0 < 5.0.0"
},
{
"name": "simp/simp_apache",
"version_requirement": ">= 5.0.0 < 6.0.0"
},
{
"name": "simp/iptables",
"version_requirement": ">= 4.1.5 < 5.0.0"
},
{
"name": "simp/logrotate",
"version_requirement": ">= 4.1.1 < 5.0.0"
},
{
"name": "simp/simplib",
"version_requirement": ">= 2.0.0 < 3.0.0"
},
{
"name": "simp/pki",
"version_requirement": ">= 4.2.5 < 5.0.0"
},
{
"name": "simp/tcpwrappers",
"version_requirement": ">= 5.0.0 < 6.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
}
]
}