diff options
Diffstat (limited to 'lib/puppet/application/master.rb')
-rw-r--r-- | lib/puppet/application/master.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/application/master.rb b/lib/puppet/application/master.rb index 17ff5de53..433a4d2f2 100644 --- a/lib/puppet/application/master.rb +++ b/lib/puppet/application/master.rb @@ -146,7 +146,7 @@ class Puppet::Application::Master < Puppet::Application exit(Puppet.settings.print_configs ? 0 : 1) end - Puppet.settings.use :main, :puppetmasterd, :ssl + Puppet.settings.use :main, :master, :ssl # A temporary solution, to at least make the master work for now. Puppet::Node::Facts.terminus_class = :yaml |