Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezborder committed Oct 14, 2024
1 parent c11d0d7 commit 3b4da15
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 @@ -96,7 +96,7 @@
group 'root'
mode '0644'
retries 2
if !virtual_ips['internal']['postgresql']['ip'].nil?
unless virtual_ips['internal']['postgresql']['ip'].nil?
notifies :run, 'execute[notify_master_postgresql]', :immediately
end
notifies :reload, 'service[keepalived]'
Expand Down

0 comments on commit 3b4da15

Please sign in to comment.