From 626945bb33fa0b294100414c058a1f4d2b3e0039 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 25 Mar 2010 14:04:19 -0700 Subject: fixing obsolete comment in puppetd Signed-off-by: Luke Kanies --- lib/puppet/application/agent.rb | 6 +++--- 1 file 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 -- cgit