aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/apache.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/pacemaker/apache.pp')
-rw-r--r--manifests/profile/pacemaker/apache.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/apache.pp b/manifests/profile/pacemaker/apache.pp
index 980b3a4..c8aeac5 100644
--- a/manifests/profile/pacemaker/apache.pp
+++ b/manifests/profile/pacemaker/apache.pp
@@ -40,6 +40,7 @@ class tripleo::profile::pacemaker::apache (
if $step >= 5 and $pacemaker_master {
include ::apache::params
pacemaker::resource::service { $::apache::params::service_name:
+ op_params => 'start timeout=200s stop timeout=200s',
clone_params => 'interleave=true',
verify_on_create => true,
}