Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 0.7.12
-
Fix Version/s: 0.7.14
-
Component/s: Chef Client
-
Labels:None
Description
for example a gem_package specified under the before_migrate callback would also be run in before_symlink, before_restart and after_restart.
Seems to be due to the repeated calling of Chef::Runner.converge with the same Chef::ResourceCollection.
I have a patch, will push it when I've got the jira id
Topic branch pushed to:
http://github.com/plustwo/chef/tree/CHEF-602
please review and prosper!