cookbook-pacemaker/templates/default/crm-initial.conf.erb
Vincent Untz 5044f71539 Make stonith-enabled/no-quorum-policy variables in crm-initial.conf
The values will change depending on options in the wrapper, or other
factors.
2014-03-28 22:01:31 +01:00

11 lines
367 B
Plaintext

property $id="cib-bootstrap-options" \
stonith-enabled="<%= @stonith_enabled %>" \
no-quorum-policy="<%= @no_quorum_policy %>" \
placement-strategy="balanced"
op_defaults $id="op-options" \
timeout="600" \
record-pending="true"
rsc_defaults $id="rsc-options" \
resource-stickiness="1" \
migration-threshold="3"