third stab at plugins-in-modules style
authorStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 11:03:21 +0000 (11:03 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 11:03:21 +0000 (11:03 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/files/puppet.conf

index a4c7ade..4770647 100644 (file)
@@ -9,13 +9,13 @@ vardir=/var/lib/puppet
 ssldir=/var/lib/puppet/ssl
 rundir=/var/run/puppet
 factpath=$vardir/facts
-pluginsync=false
+pluginsync=true
 # This is the default environment for all clients
 environment=production
 
 [puppetmasterd]
 templatedir=/etc/puppet/templates
-libdir=/etc/puppet/lib
+#libdir=/etc/puppet/lib
 environments = development,testing,production,staging
 
 [puppetd]