-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
39 lines (39 loc) · 983 Bytes
/
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
{
"name": "thias-keepalived",
"version": "1.0.5",
"author": "Matthias Saou",
"license": "Apache-2.0",
"summary": "Keepalived module, for both or either of LVS and VRRP.",
"source": "git://github.com/thias/puppet-keepalived",
"project_page": "https://github.com/thias/puppet-keepalived",
"issues_url": "https://github.com/thias/puppet-keepalived/issues",
"tags": ["keepalive", "lvs", "vrrp"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "Gentoo"
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "7", "8" ]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">=3.0.0 <=2015.4.0"
},
{
"name": "puppet",
"version_requirement": ">=2.7.20 <5.0.0"
}
],
"dependencies": []
}