Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Oct 13, 2024
1 parent bc1b2ec commit 3983413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
service_name 'sfacctd'
ignore_failure true
supports status: true, reload: true, restart: true, enable: true, stop: true
if node['redborder']['leader_configuring']
if node['redborder']['leader_configuring']
action [:enable]
else
action [:enable, :start]
Expand Down

0 comments on commit 3983413

Please sign in to comment.