Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed Nov 25, 2024
1 parent b0b131c commit c1158a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

# Applying firewall ports, protocols, and rich rules based on zones
roles = {
'manager' => %w[home public],
'proxy' => %w[public],
'ips' => %w[public],
'manager' => %w(home public),
'proxy' => %w(public),
'ips' => %w(public),
}
roles.each do |role, zones|
next unless send("is_#{role}?")
Expand Down

0 comments on commit c1158a0

Please sign in to comment.