Fix typo in remote pcsd_bind_addr

Typo slipped in when this code was merged, we need to reference the
proper variable

Closes-Bug: #1861668

Change-Id: Ida10d018e73fb19bb72032fcb2113e1762fb94fa
(cherry picked from commit d833bcd92e)
This commit is contained in:
Michele Baldessari 2020-02-03 10:56:55 +01:00
parent 09fa984a6e
commit 801f789f03
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class tripleo::profile::base::pacemaker_remote (
pcs_password => $pcs_password,
remote_authkey => $remote_authkey,
use_pcsd => true,
pcsd_bind_addr => pcsd_bind_addr,
pcsd_bind_addr => $pcsd_bind_addr,
tls_priorities => $tls_priorities,
}
if str2bool(hiera('docker_enabled', false)) {