-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetadata.json
42 lines (42 loc) · 1.04 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
{
"author": "Matteo Cerutti",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.12.0 < 5.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 2.1.0 < 5.0.0"
}
],
"license": "Apache 2.0",
"name": "m4ce-keepalived",
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
}
],
"project_page": "https://github.com/m4ce/puppet-keepalived",
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 6.0.0"
}
],
"source": "https://github.com/m4ce/puppet-keepalived",
"summary": "Manage Keepalived, a routing software for high availability",
"tags": [
"keepalived"
],
"version": "0.0.5"
}