From 1f7426a014f0f83ace4d2b3531014e22f7778b4d Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 22 Apr 2015 08:47:37 -0400 Subject: Set EnablePacemaker == false be default Pacemaker is a new feature and should probably be disabled by default. Change-Id: I840d08c9e0563aeb7128eb2b21929612b7a5bf7a --- puppet/controller-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet') diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index a23a1db3..0aad4423 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -68,7 +68,7 @@ parameters: description: Whether to use Galera instead of regular MariaDB. type: boolean EnablePacemaker: - default: true + default: false description: If enabled services will be monitored by Pacemaker; it will manage VIPs as well, in place of Keepalived. type: boolean -- cgit 1.2.3-korg