aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/pacemaker
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/pacemaker')
-rw-r--r--manifests/pacemaker/haproxy_with_vip.pp8
-rw-r--r--manifests/pacemaker/resource_restart_flag.pp4
2 files changed, 6 insertions, 6 deletions
diff --git a/manifests/pacemaker/haproxy_with_vip.pp b/manifests/pacemaker/haproxy_with_vip.pp
index 606ac26..14572e0 100644
--- a/manifests/pacemaker/haproxy_with_vip.pp
+++ b/manifests/pacemaker/haproxy_with_vip.pp
@@ -104,9 +104,9 @@ define tripleo::pacemaker::haproxy_with_vip(
default => Pacemaker::Resource::Service['haproxy']
}
- Pacemaker::Resource::Ip["${vip_name}_vip"] ->
- $service_resource ->
- Pacemaker::Constraint::Order["${vip_name}_vip-then-haproxy"] ->
- Pacemaker::Constraint::Colocation["${vip_name}_vip-with-haproxy"]
+ Pacemaker::Resource::Ip["${vip_name}_vip"]
+ -> $service_resource
+ -> Pacemaker::Constraint::Order["${vip_name}_vip-then-haproxy"]
+ -> Pacemaker::Constraint::Colocation["${vip_name}_vip-with-haproxy"]
}
}
diff --git a/manifests/pacemaker/resource_restart_flag.pp b/manifests/pacemaker/resource_restart_flag.pp
index c201c9b..860250b 100644
--- a/manifests/pacemaker/resource_restart_flag.pp
+++ b/manifests/pacemaker/resource_restart_flag.pp
@@ -41,6 +41,6 @@ define tripleo::pacemaker::resource_restart_flag() {
refreshonly => true,
}
- File['/var/lib/tripleo/pacemaker-restarts'] ->
- Exec["${title} resource restart flag"]
+ File['/var/lib/tripleo/pacemaker-restarts']
+ -> Exec["${title} resource restart flag"]
}