summaryrefslogtreecommitdiff
path: root/files/master/puppet.conf
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-19 11:51:42 +0200
committermh <mh@immerda.ch>2010-08-19 11:51:42 +0200
commitd8f838c194b151d0d3e7d0d4a0e84ae5eca80be7 (patch)
tree8ab311d5d12bf675d7b6a3b2eaf53d0d738f775f /files/master/puppet.conf
parent8eb08344b6e9f0029deaaabcd18a61009feef9c3 (diff)
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.
Diffstat (limited to 'files/master/puppet.conf')
-rw-r--r--files/master/puppet.conf6
1 files changed, 2 insertions, 4 deletions
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