ezmobius/chef-deploy

Deploy doesn't seem to send notifications when updated

contentfree opened this issue · 0 comments

Having a line like this -- notifies :restart, resources(:service => 'delayed_job'), :delayed -- doesn't seem to work with chef-deploy. Even when the cached copy has been updated, my resource doesn't receive the notification.

Would obviously be handy to be able to use the notifies system.