diff options
author | Luke Kanies <luke@madstop.com> | 2009-01-28 14:09:50 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2009-02-06 18:08:42 -0600 |
commit | 502e062c27a46e70fdfe833ed32ef1e63b285e31 (patch) | |
tree | 18a85c5cdb680aa9d776aa553add17eac2f6a50b | |
parent | 337057ad666e3ef3a5b2d8f7baccbc9370add5b4 (diff) | |
download | puppet-502e062c27a46e70fdfe833ed32ef1e63b285e31.tar.gz puppet-502e062c27a46e70fdfe833ed32ef1e63b285e31.tar.xz puppet-502e062c27a46e70fdfe833ed32ef1e63b285e31.zip |
Removing an erroneous configuration call in puppetmasterd
Signed-off-by: Luke Kanies <luke@madstop.com>
-rwxr-xr-x | bin/puppetmasterd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/puppetmasterd b/bin/puppetmasterd index 47384f261..74ec821d4 100755 --- a/bin/puppetmasterd +++ b/bin/puppetmasterd @@ -206,7 +206,6 @@ Puppet::SSL::Host.localhost # all it will have write access to. if Puppet::SSL::CertificateAuthority.ca? Puppet::SSL::Host.ca_location = :only - Puppet::SSL::Host.ca_location = :none end if Process.uid == 0 |