diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-14 12:23:02 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-14 12:23:02 +0000 |
commit | 43fa49ebf85db6db3b9fa8b9c5a8bf31fa7397e8 (patch) | |
tree | 3fec561e5c650282b9f1154de614cb67f0709bf5 /manifests | |
parent | c9acf8a687ea64686c1ecceeff45add014752121 (diff) | |
parent | 5f8607711bb85150bb9631559f0538254ba5c5cc (diff) |
Merge "Correct haproxy's stat unix socket path"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/haproxy.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 517df4b..92edd71 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -808,7 +808,7 @@ class tripleo::haproxy ( 'ssl-default-bind-ciphers' => $ssl_cipher_suite, 'ssl-default-bind-options' => $ssl_options, 'stats' => [ - 'socket /var/run/haproxy.sock mode 600 level user', + 'socket /var/lib/haproxy/stats mode 600 level user', 'timeout 2m' ], }, |