From 58ab6a69c300c3d87ea212bd33a72460e4689462 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 4 Jul 2011 14:28:56 +0000 Subject: reenable splay, as ecosse and jonund sync at the same time, and this cause problem --- modules/puppet/templates/puppet.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index f1d52815..1e904618 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -31,6 +31,10 @@ pluginsync = true + # unfortunately, ecosse and jonund sync at the same time, thus causing problem + # the proper fix is to use something else than sqlite for stored config, but this would + # take more time to deploy, so the quick fix is this one (misc, 04/07/2011) + splay = true report = true -- cgit v1.2.1