b0a845554b
ALso tweak the systemd service config for haproxy 1.8 since it no longer ships with a systemd wrapper. Change-Id: If4f230dcba8c360c919f6c2d93705bf67089b2cf
29 lines
510 B
Plaintext
29 lines
510 B
Plaintext
{
|
|
"release": {
|
|
"ubuntu": {
|
|
"trusty": {
|
|
"haproxy": "haproxy/trusty-backports"
|
|
}
|
|
}
|
|
},
|
|
"distro": {
|
|
"ubuntu": {
|
|
"haproxy": "haproxy"
|
|
},
|
|
"centos7": {
|
|
"haproxy": "haproxy18"
|
|
}
|
|
},
|
|
"family": {
|
|
"debian": {
|
|
"haproxy": "haproxy"
|
|
},
|
|
"redhat": {
|
|
"iputils-ping": "iputils"
|
|
}
|
|
},
|
|
"default": {
|
|
"haproxy": "haproxy"
|
|
}
|
|
}
|