]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 a4c7ade2286b7136b90ce377a796632297e22277..477064703cf10788393bf3450c3277a8a633cfa4 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]