Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Oct 13, 2024
1 parent 8f784a2 commit 1991786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1081,10 +1081,10 @@
if node['redborder']['leader_configuring']
action [:enable, :stop]
else
action [:enable, start]
action [:enable, :start]
end
elsif activate_logstash # is_proxy
action [:enable, start]
action [:enable, :start]
else
action [:stop, :disable]
end
Expand Down

0 comments on commit 1991786

Please sign in to comment.