summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-01-28 14:09:50 -0600
committerLuke Kanies <luke@madstop.com>2009-02-06 18:08:42 -0600
commit502e062c27a46e70fdfe833ed32ef1e63b285e31 (patch)
tree18a85c5cdb680aa9d776aa553add17eac2f6a50b
parent337057ad666e3ef3a5b2d8f7baccbc9370add5b4 (diff)
downloadpuppet-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-xbin/puppetmasterd1
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