We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce46f5f commit 9c47f71Copy full SHA for 9c47f71
1 file changed
lib/puppet/defaults.rb
@@ -1650,7 +1650,7 @@ def self.initialize_default_settings!(settings)
1650
:desc => "The root directory of devices' $confdir.",
1651
},
1652
:server => {
1653
- :default => Puppet.features.root? ? 'puppet': '', # use an empty string so dependent settings can resolve without crashing
+ :default => Puppet.features.root? ? 'puppet' : '', # use an empty string so dependent settings can resolve without crashing
1654
:desc => "The primary Puppet server to which the Puppet agent should connect.",
1655
1656
:server_list => {
0 commit comments