diff options
Diffstat (limited to 'bin/puppetrun')
| -rwxr-xr-x | bin/puppetrun | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
