Merge "Remove leftover of firewall management by puppet"

This commit is contained in:
Zuul 2022-06-04 22:13:09 +00:00 committed by Gerrit Code Review
commit 76b41a23c9
1 changed files with 0 additions and 4 deletions

View File

@ -175,10 +175,6 @@ class tripleo::profile::base::pacemaker (
$pacemaker_node_ips_real = []
}
# (bandini) We want to make sure that any rule that opens up services takes place
# before we invoke pcs commands (see LP#1866209)
Firewall<|tag == 'tripleo-firewall-rule'|> -> Exec <|tag == 'pacemaker-auth'|>
class { 'pacemaker':
hacluster_pwd => $pcs_password,
}