phlipper / chef-monit

Chef cookbook for monit package
http://phlippers.net/chef-monit
MIT License
67 stars 69 forks source link

Fixing LWRP's updated_by_last_action setting #62

Closed dougbarth closed 9 years ago

dougbarth commented 9 years ago

Since the LWRP's sub-resources are not executed until after the action completes, the LWRP's updated_by_last_action flag is always false. By running the actions immediately, we can correctly set the parent LWRP's notification flag.

phlipper commented 9 years ago

@dougbarth thank you very much for this. I have rebased it on top of the latest master and merged it in as #69.