From c2964ede8bf7be4b29fd8d60839aefefdb21d02e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 1 Mar 2009 00:09:32 +0000 Subject: [PATCH] Use the right path to the extra facts, so that puppet can report the new facts we provide Signed-off-by: Stephen Gran --- puppet.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet.conf b/puppet.conf index 1448729e6..b3958e7c9 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] -- 2.20.1