diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-02-16 13:58:00 +1100 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-02-16 13:58:00 +1100 |
| commit | 458cb238e8cdde8d19977c1908c85ad32a7a6c78 (patch) | |
| tree | c33ac62e7b0deed0910e647caf4f212a9459741e | |
| parent | 2e41803bd30f12b91bcf753baf2c228eac126723 (diff) | |
| download | puppet-458cb238e8cdde8d19977c1908c85ad32a7a6c78.tar.gz puppet-458cb238e8cdde8d19977c1908c85ad32a7a6c78.tar.xz puppet-458cb238e8cdde8d19977c1908c85ad32a7a6c78.zip | |
Fixed ticket #1070 - puppetrun configuration parse problem
| -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 |
