]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Use the right path to the extra facts, so that puppet can report the new
authorStephen Gran <steve@lobefin.net>
Sun, 1 Mar 2009 00:09:32 +0000 (00:09 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 1 Mar 2009 00:09:32 +0000 (00:09 +0000)
facts we provide
Signed-off-by: Stephen Gran <steve@lobefin.net>
puppet.conf

index 1448729e65e7182e3d6d217887e7853c8c5a0102..b3958e7c9b1ae7d39a728ace10e854246a08c44d 100644 (file)
@@ -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]