Merge "Fix typo in haproxy bundle"

This commit is contained in:
Jenkins 2017-07-14 12:44:17 +00:00 committed by Gerrit Code Review
commit e0fa2c122b
1 changed files with 2 additions and 2 deletions

View File

@ -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',
},
},