diff options
| author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-05 00:06:05 +0000 |
|---|---|---|
| committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-05 00:06:05 +0000 |
| commit | 1eaf1bca447720553447bb5887538404f3261ec1 (patch) | |
| tree | 6ded1f7fea9d6a509695445af654acc9616bcd2e | |
| parent | e6aa4ab0341570b3a99db419bcc0d9e3e6503abb (diff) | |
Fix problem when --fqdn is used
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1448 980ebf18-57e1-0310-9a29-db15c13687c0
| -rwxr-xr-x | bin/puppetd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetd b/bin/puppetd index 34d017784..be2a4b328 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -291,7 +291,7 @@ end args[:Server] = Puppet[:server] if options[:fqdn] - args[:FQDN] = fqdn + args[:FQDN] = options[:fqdn] end if options[:centrallogs] |
