summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/puppetd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/application/puppetd.rb')
-rw-r--r--lib/puppet/application/puppetd.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/puppet/application/puppetd.rb b/lib/puppet/application/puppetd.rb
index 37a5d003d..fe111867d 100644
--- a/lib/puppet/application/puppetd.rb
+++ b/lib/puppet/application/puppetd.rb
@@ -206,9 +206,7 @@ Puppet::Application.new(:puppetd) do
Puppet.settings.use :main, :puppetd, :ssl
- # We need to specify a ca location for things to work, but
- # until the REST cert transfers are working, it needs to
- # be local.
+ # This configures all of the SSL-related indirected classes.
Puppet::SSL::Host.ca_location = :remote
Puppet::Transaction::Report.terminus_class = :rest