spof: ensure stonith is really disabled

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-02-05 10:07:39 +01:00
parent 3dd2d07523
commit b3cce36ddf

View File

@@ -47,7 +47,7 @@ class cloud::spof(
Package['corosync'] ->
cs_property {
'no-quorum-policy': value => 'ignore';
'stonith-enabled': value => false;
'stonith-enabled': value => 'false';
'pe-warn-series-max': value => 1000;
'pe-input-series-max': value => 1000;
'cluster-recheck-interval': value => '5min';