From 5074dda8503dfaba52410e6419512679d2521a1f Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 5 Feb 2011 11:03:21 +0000 Subject: [PATCH] third stab at plugins-in-modules style Signed-off-by: Stephen Gran --- modules/debian-org/files/puppet.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/debian-org/files/puppet.conf b/modules/debian-org/files/puppet.conf index a4c7ade22..477064703 100644 --- a/modules/debian-org/files/puppet.conf +++ b/modules/debian-org/files/puppet.conf @@ -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] -- 2.20.1