Skip to content

Commit

Permalink
Puts back node.normal
Browse files Browse the repository at this point in the history
  • Loading branch information
jsotofernandez committed Nov 13, 2024
1 parent e866d3b commit 1c3a2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
# .......
# pending_changes==n -> chef-client has to run n times
#
node.override['redborder']['pending_changes'] = node['redborder']['pending_changes'] > 0 ? node.override['redborder']['pending_changes'].to_i - 1 : 0
node.normal['redborder']['pending_changes'] = node['redborder']['pending_changes'] > 0 ? node.normal['redborder']['pending_changes'].to_i - 1 : 0

execute 'force_chef_client_wakeup' do
command '/usr/lib/redborder/bin/rb_wakeup_chef.sh'
Expand Down

0 comments on commit 1c3a2b9

Please sign in to comment.