aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/memcached.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/pacemaker/memcached.pp')
-rw-r--r--manifests/profile/pacemaker/memcached.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/memcached.pp b/manifests/profile/pacemaker/memcached.pp
index 2a6bd4d..9c6a1a3 100644
--- a/manifests/profile/pacemaker/memcached.pp
+++ b/manifests/profile/pacemaker/memcached.pp
@@ -41,6 +41,7 @@ class tripleo::profile::pacemaker::memcached (
if $step >= 2 and $pacemaker_master {
pacemaker::resource::service { $::memcached::params::service_name :
+ op_params => 'start timeout=200s stop timeout=200s',
clone_params => 'interleave=true',
require => Class['::memcached'],
}