Skip to content

Commit

Permalink
Make sure the immediate notification from remote_file #{home_dir}\sla…
Browse files Browse the repository at this point in the history
…ve.jar doesn't fail during first install.
  • Loading branch information
sersut authored and schisamo committed Sep 9, 2013
1 parent 1210cef commit 2c6c47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/_node_windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@

service service_name do
action :start
only_if { !WMI::Win32_Service.find(:first, :conditions => {:name => service_name}).nil? }
end

0 comments on commit 2c6c47d

Please sign in to comment.