diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 26ceae1cb..6454b6577 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1527,7 +1527,7 @@ class tripleo::haproxy ( mode => 'http', public_ssl_port => $ports[ceph_rgw_ssl_port], service_network => $ceph_rgw_network, - listen_options => merge($default_listen_options, { 'option' => [ 'httpchk HEAD /' ] }), + listen_options => merge($default_listen_options, { 'option' => [ 'httpchk GET /' ] }), } }