Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Dec 1, 2023
1 parent 578e154 commit db7ec8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/prepare_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
next if "x#{interface}" != "xlo"
ipaddress_sync = details['addresses'].keys[1] if (details['addresses'] and ipaddress_sync != details['addresses'].keys[1])
end
node.default[:ipaddress_sync]=ipsync
node.default[:ipaddress_sync]=ipaddress_sync

#Configure and enable chef-client
dnf_package "redborder-chef-client" do
Expand Down

0 comments on commit db7ec8a

Please sign in to comment.