Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Jul 10, 2024
1 parent 8ff38e9 commit 35d2ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/recipes/system_health.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# Add manager node ip addr to /etc/hosts
ruby_block 'update_hosts_file_if_needed' do
block do

def managerToIp(str)
ipv4_regex = /\A(\d{1,3}\.){3}\d{1,3}\z/
ipv6_regex = /\A(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}\z/
Expand Down

0 comments on commit 35d2ee2

Please sign in to comment.