diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-14 12:44:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-14 12:44:17 +0000 |
commit | e0fa2c122b013a77ea76e6746c9d5d082e5f081b (patch) | |
tree | 948dd67fd8a0ab8419c081f617cd2c523cbd88ac /manifests/profile | |
parent | 2cae3b0a35645a3977e0d916c51b841bd45bbd72 (diff) | |
parent | 7f78fa1bc20ecafe618fcbc045493337a3d8813b (diff) |
Merge "Fix typo in haproxy bundle"
Diffstat (limited to 'manifests/profile')
-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', }, }, |