From 458cb238e8cdde8d19977c1908c85ad32a7a6c78 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 16 Feb 2008 13:58:00 +1100 Subject: Fixed ticket #1070 - puppetrun configuration parse problem --- bin/puppetrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/puppetrun b/bin/puppetrun index fe981dadf..c92b59fc6 100755 --- a/bin/puppetrun +++ b/bin/puppetrun @@ -274,7 +274,7 @@ else end # Now parse the config -config = File.join(Puppet[:confdir], "puppetmasterd.conf") +config = File.join(Puppet[:confdir], "puppet.conf") Puppet.parse_config(config) if File.exists? config -- cgit