aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/heat/api_cfn.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/pacemaker/heat/api_cfn.pp')
-rw-r--r--manifests/profile/pacemaker/heat/api_cfn.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/profile/pacemaker/heat/api_cfn.pp b/manifests/profile/pacemaker/heat/api_cfn.pp
index d3ba6e4..1230c6b 100644
--- a/manifests/profile/pacemaker/heat/api_cfn.pp
+++ b/manifests/profile/pacemaker/heat/api_cfn.pp
@@ -28,10 +28,9 @@
# Defaults to hiera('step')
#
class tripleo::profile::pacemaker::heat::api_cfn (
- $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 {