aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/heat/engine.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/pacemaker/heat/engine.pp')
-rw-r--r--manifests/profile/pacemaker/heat/engine.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/profile/pacemaker/heat/engine.pp b/manifests/profile/pacemaker/heat/engine.pp
index 158c138..88744ad 100644
--- a/manifests/profile/pacemaker/heat/engine.pp
+++ b/manifests/profile/pacemaker/heat/engine.pp
@@ -28,10 +28,9 @@
# Defaults to hiera('step')
#
class tripleo::profile::pacemaker::heat::engine (
- $bootstrap_node = hiera('bootstrap_nodeid'),
- $step = hiera('step'),
+ $bootstrap_node = hiera('bootstrap_nodeid'),
+ $step = hiera('step'),
) {
-
if $::hostname == downcase($bootstrap_node) {
$pacemaker_master = true
} else {