aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/haproxy_bundle.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-13 01:33:47 +0000
committerGerrit Code Review <review@openstack.org>2017-07-13 01:33:47 +0000
commitdbc3c765e5747a526ef154f0497e136a8c8cdfb4 (patch)
tree2bb74b20b9ef294f61a8c592de561d70b3090f80 /manifests/profile/pacemaker/haproxy_bundle.pp
parent0e2df4309c558e81cf93a64428314dfb40a98952 (diff)
parent1e90178298d77c23e654c374f17f999f4d9274e1 (diff)
Merge "Leverage kolla config_files to copy config into containers"
Diffstat (limited to 'manifests/profile/pacemaker/haproxy_bundle.pp')
-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 c6eb450..afe6f77 100644
--- a/manifests/profile/pacemaker/haproxy_bundle.pp
+++ b/manifests/profile/pacemaker/haproxy_bundle.pp
@@ -104,8 +104,8 @@ class tripleo::profile::pacemaker::haproxy_bundle (
'options' => 'ro',
},
'haproxy-cfg-data' => {
- 'source-dir' => '/var/lib/config-data/haproxy/etc',
- 'target-dir' => '/etc',
+ 'source-dir' => '/var/lib/config-data/puppet-generated/haproxy/',
+ 'target-dir' => '/var/lib/kolla/config_files/src',
'options' => 'ro',
},
'haproxy-hosts' => {