[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:32:33 UTC 2010
The following commit has been merged in the upstream branch:
commit 626945bb33fa0b294100414c058a1f4d2b3e0039
Author: Luke Kanies <luke at reductivelabs.com>
Date: Thu Mar 25 14:04:19 2010 -0700
fixing obsolete comment in puppetd
Signed-off-by: Luke Kanies <luke at reductivelabs.com>
diff --git a/lib/puppet/application/agent.rb b/lib/puppet/application/agent.rb
index 487b076..ba20347 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
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list