Merge "Allow more than one order rule between two resources."

This commit is contained in:
Jenkins 2017-10-09 14:20:31 +00:00 committed by Gerrit Code Review
commit 48c8599793

View File

@ -74,7 +74,7 @@ define pacemaker::constraint::order (
$first_resource_cleaned = regsubst($first_resource, '(:)', '.', 'G')
$second_resource_cleaned = regsubst($second_resource, '(:)', '.', 'G')
pcmk_constraint {"order-${first_resource}-${second_resource}":
pcmk_constraint {"order-${first_resource}-${first_action}-${second_resource}-${second_action}":
ensure => $ensure,
constraint_type => order,
first_resource => $first_resource_cleaned,