diff options
-rw-r--r-- | manifests/profile/pacemaker/haproxy_bundle.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/profile/pacemaker/haproxy_bundle.pp b/manifests/profile/pacemaker/haproxy_bundle.pp index afe6f77..b785ea7 100644 --- a/manifests/profile/pacemaker/haproxy_bundle.pp +++ b/manifests/profile/pacemaker/haproxy_bundle.pp @@ -144,8 +144,8 @@ class tripleo::profile::pacemaker::haproxy_bundle ( 'options' => 'rw', }, 'haproxy-cert' => { - 'source-dir' => deployed_ssl_cert_path, - 'target-dir' => deployed_ssl_cert_path, + 'source-dir' => $deployed_ssl_cert_path, + 'target-dir' => $deployed_ssl_cert_path, 'options' => 'ro', }, }, |