aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-14 12:44:17 +0000
committerGerrit Code Review <review@openstack.org>2017-07-14 12:44:17 +0000
commite0fa2c122b013a77ea76e6746c9d5d082e5f081b (patch)
tree948dd67fd8a0ab8419c081f617cd2c523cbd88ac /manifests
parent2cae3b0a35645a3977e0d916c51b841bd45bbd72 (diff)
parent7f78fa1bc20ecafe618fcbc045493337a3d8813b (diff)
Merge "Fix typo in haproxy bundle"
Diffstat (limited to 'manifests')
-rw-r--r--manifests/profile/pacemaker/haproxy_bundle.pp4
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',
},
},