From d8f838c194b151d0d3e7d0d4a0e84ae5eca80be7 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 19 Aug 2010 11:51:42 +0200 Subject: turn plugin and fact sync on As we use custom facts and plugins in our modules I think it's safe to turn them on by default. --- files/master/puppet.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'files/master/puppet.conf') diff --git a/files/master/puppet.conf b/files/master/puppet.conf index 0027e57..6b4b0e9 100644 --- a/files/master/puppet.conf +++ b/files/master/puppet.conf @@ -17,9 +17,6 @@ # The default value is '$confdir/ssl'. ssldir = $vardir/ssl - # Turn plug-in synchronization on. - pluginsync = true - pluginsource = puppet://$server/plugins factpath = $vardir/lib/facter plugindest = $vardir/lib/puppet @@ -37,7 +34,8 @@ localconfig = $vardir/localconfig report=true - server=puppet.glei.ch + pluginsync = true + factsync=true logdest=/var/log/puppet/puppet.log -- cgit v1.2.3