Merge "Clone params for pacemaker rabbitmq resource"

This commit is contained in:
Jenkins 2015-05-20 14:51:26 +00:00 committed by Gerrit Code Review
commit 3edb98a0d4

View File

@ -165,7 +165,7 @@ if hiera('step') >= 2 {
pacemaker::resource::ocf { 'rabbitmq':
ocf_agent_name => 'heartbeat:rabbitmq-cluster',
resource_params => 'set_policy=\'ha-all ^(?!amq\.).* {"ha-mode":"all"}\'',
clone_params => true,
clone_params => 'ordered=true interleave=true',
require => Class['::rabbitmq'],
}