diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-30 22:05:44 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-30 22:05:44 +0000 |
| commit | 4b25750475a456a3e23ae03e261cabc74f80ed9a (patch) | |
| tree | f30d121dd7d7566a5a4bebed6e45b01906eb9bde | |
| parent | 87da1726551a9e8c6596146fd3efe07780d728e1 (diff) | |
Applying patch my emerose to fix #652.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2729 980ebf18-57e1-0310-9a29-db15c13687c0
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rwxr-xr-x | bin/puppetd | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ + Fixed #652, thanks to a patch by emerose; --fqdn again + works with puppetd. + Added an extra check to the Mongrel support so that Apache can be used with optional cert checking, instead of mandatory, thus allowing Mongrel to function as the CA. diff --git a/bin/puppetd b/bin/puppetd index be35dd3da..848a05b20 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -295,6 +295,7 @@ end args[:Server] = Puppet[:server] if options[:fqdn] args[:FQDN] = options[:fqdn] + Puppet[:certname] = options[:fqdn] end if options[:centrallogs] |
