From: Stephen Gran Date: Sun, 1 Mar 2009 00:09:32 +0000 (+0000) Subject: Use the right path to the extra facts, so that puppet can report the new X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c2964ede8bf7be4b29fd8d60839aefefdb21d02e;p=dsa-puppet.git Use the right path to the extra facts, so that puppet can report the new facts we provide Signed-off-by: Stephen Gran --- diff --git a/puppet.conf b/puppet.conf index 1448729e..b3958e7c 100644 --- a/puppet.conf +++ b/puppet.conf @@ -3,7 +3,7 @@ logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet -factpath=$vardir/facter +factpath=$vardir/facts pluginsync=true [puppetmasterd]