Skip to content

Commit 9c47f71

Browse files
committed
don't scream at me rubocop
1 parent ce46f5f commit 9c47f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/puppet/defaults.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ def self.initialize_default_settings!(settings)
16501650
:desc => "The root directory of devices' $confdir.",
16511651
},
16521652
:server => {
1653-
:default => Puppet.features.root? ? 'puppet': '', # use an empty string so dependent settings can resolve without crashing
1653+
:default => Puppet.features.root? ? 'puppet' : '', # use an empty string so dependent settings can resolve without crashing
16541654
:desc => "The primary Puppet server to which the Puppet agent should connect.",
16551655
},
16561656
:server_list => {

0 commit comments

Comments
 (0)