aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-18 12:32:55 +0000
committerGerrit Code Review <review@openstack.org>2016-08-18 12:32:55 +0000
commita812fdbf0544a718476158b537356913ed9c45bf (patch)
treef2cb7b61a45c677036a77525fee3d735df86305b /manifests/profile/pacemaker
parentbbf9cde2fd506555f10688c4a29c4bba45d9c2c1 (diff)
parent2cbbe14a76f228c3110542f3936417270f61eefe (diff)
Merge "Configure galera-monitor on all controller nodes"
Diffstat (limited to 'manifests/profile/pacemaker')
-rw-r--r--manifests/profile/pacemaker/database/mysql.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/pacemaker/database/mysql.pp b/manifests/profile/pacemaker/database/mysql.pp
index 529aeac..31d7d80 100644
--- a/manifests/profile/pacemaker/database/mysql.pp
+++ b/manifests/profile/pacemaker/database/mysql.pp
@@ -71,7 +71,7 @@ class tripleo::profile::pacemaker::database::mysql (
mysql_server_options => $mysqld_options,
}
- if $step >= 2 and $pacemaker_master {
+ if $step >= 2 {
if $pacemaker_master {
pacemaker::resource::ocf { 'galera' :
ocf_agent_name => 'heartbeat:galera',