diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index e9398d347..d92cc1b69 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -329,7 +329,7 @@ # # [*ceph_dashboard*] # (optional) Enable or not Ceph Dashboard binding -# Defaults to hiera('ceph_mgr_enabled', false) +# Defaults to hiera('ceph_grafana_enabled', false) # # [*ovn_dbs*] # (optional) Enable or not OVN northd binding @@ -591,7 +591,7 @@ class tripleo::haproxy ( $aodh = hiera('aodh_api_enabled', false), $barbican = hiera('barbican_api_enabled', false), $ceph_grafana = hiera('ceph_grafana_enabled', false), - $ceph_dashboard = hiera('ceph_mgr_enabled', false), + $ceph_dashboard = hiera('ceph_grafana_enabled', false), $gnocchi = hiera('gnocchi_api_enabled', false), $mistral = hiera('mistral_api_enabled', false), $swift_proxy_server = hiera('swift_proxy_enabled', false),