summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@reductivelabs.com>2010-03-25 14:04:19 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit626945bb33fa0b294100414c058a1f4d2b3e0039 (patch)
tree0e53d0e00ed2d8d14510bb0530a6235b6f89d9d3 /lib
parent9fbb69f9d4de0e618954bc18b7501e300317022a (diff)
downloadpuppet-626945bb33fa0b294100414c058a1f4d2b3e0039.tar.gz
puppet-626945bb33fa0b294100414c058a1f4d2b3e0039.tar.xz
puppet-626945bb33fa0b294100414c058a1f4d2b3e0039.zip
fixing obsolete comment in puppetd
Signed-off-by: Luke Kanies <luke@reductivelabs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/application/agent.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/application/agent.rb b/lib/puppet/application/agent.rb
index 487b076de..ba203474a 100644
--- a/lib/puppet/application/agent.rb
+++ b/lib/puppet/application/agent.rb
@@ -238,9 +238,9 @@ Puppet::Application.new(:agent) do
Puppet.settings.use :main, :puppetd, :ssl
- # We need to specify a ca location for things to work
- # in fingerprint mode we just need access to the local files and
- # we don't need a ca.
+ # We need to specify a ca location for all of the SSL-related i
+ # indirected classes to work; in fingerprint mode we just need
+ # access to the local files and we don't need a ca.
Puppet::SSL::Host.ca_location = options[:fingerprint] ? :none : :remote
Puppet::Transaction::Report.terminus_class = :rest