Skip to content

Commit

Permalink
Fixes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Aug 18, 2016
1 parent 4f788e2 commit 8132a95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions providers/tentacle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
roles = new_resource.roles
environment = new_resource.environment
config_path = new_resource.config_path
service_name = service_name(instance)

verify_server(server)
verify_api_key(api_key)
Expand All @@ -168,6 +169,10 @@
notifies :restart, "windows_service[#{service_name}]", :delayed
end

windows_service service_name do
action :nothing
end

new_resource.updated_by_last_action(actions_updated?([register_instance]))
end

Expand Down

0 comments on commit 8132a95

Please sign in to comment.