Skip to content

Commit

Permalink
Merge pull request #88 from jdgoins/master
Browse files Browse the repository at this point in the history
added success code 2359302
  • Loading branch information
smurawski committed May 27, 2016
2 parents da7c299 + a720e45 commit 544ffd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/powershell2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
checksum node['powershell']['powershell2']['checksum']
installer_type :custom
options '/quiet /norestart'
success_codes [0, 42, 127, 3010]
success_codes [0, 42, 127, 3010, 2_359_302]
action :install
# Note that the :immediately is to immediately notify the other resource,
# not to immediately reboot. The windows_reboot 'notifies' does that.
Expand Down
2 changes: 1 addition & 1 deletion recipes/powershell3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
checksum node['powershell']['powershell3']['checksum']
installer_type :custom
options '/quiet /norestart'
success_codes [0, 42, 127, 3010]
success_codes [0, 42, 127, 3010, 2_359_302]
action :install
# Note that the :immediately is to immediately notify the other resource,
# not to immediately reboot. The windows_reboot 'notifies' does that.
Expand Down
2 changes: 1 addition & 1 deletion recipes/powershell4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
installer_type :custom
options '/quiet /norestart'
action :install
success_codes [0, 42, 127, 3010]
success_codes [0, 42, 127, 3010, 2_359_302]
# Note that the :immediately is to immediately notify the other resource,
# not to immediately reboot. The windows_reboot 'notifies' does that.
notifies :request, 'windows_reboot[powershell]', :immediately if reboot_pending? && node['powershell']['installation_reboot_mode'] != 'no_reboot'
Expand Down

0 comments on commit 544ffd2

Please sign in to comment.