-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
47 lines (47 loc) · 1.24 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
{
"name": "doubledog-apache",
"version": "3.4.0",
"author": "John Florian",
"summary": "A module to manage the Apache web server",
"license": "GPL-3.0",
"source": "https://github.com/jflorian/doubledog-apache",
"project_page": "https://github.com/jflorian/doubledog-apache",
"issues_url": "https://github.com/jflorian/doubledog-apache/issues",
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemmajrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"33",
"34",
"35"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemmajrelease": [
"12"
]
}
],
"dependencies": [
{
"name": "doubledog/ddolib",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppet/selinux",
"version_requirement": ">= 1.6.0 < 4.0.0"
},
{
"name": "puppetlabs/firewall",
"version_requirement": ">= 1.8.0 < 4.0.0"
}
]
}