From bc1445b5cefb5742ca906632cc99a82a769ead97 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 27 May 2009 10:55:28 -0500 Subject: Fixing #2237 - client_yaml dir is always created by puppetd This is just a simple call to Puppet.use in the puppetd setup method. Signed-off-by: Luke Kanies --- lib/puppet/application/puppetd.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/puppet/application/puppetd.rb b/lib/puppet/application/puppetd.rb index 83bb65691..17b07d98e 100644 --- a/lib/puppet/application/puppetd.rb +++ b/lib/puppet/application/puppetd.rb @@ -211,6 +211,8 @@ Puppet::Application.new(:puppetd) do Puppet::Util::Log.newdestination(logdest) end + 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. -- cgit