diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-04 10:31:31 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-09 09:16:06 -0800 |
commit | d4e99ab8b124dbb87e673040bc0e99968a7cf168 (patch) | |
tree | e28cb53ed4a898d135a3dcd72f50a68c4a845eb9 /lib/chef/event_dispatch | |
parent | 76d9cc80851fddf30c7e60257403c2ddaaa9fdb4 (diff) | |
download | chef-d4e99ab8b124dbb87e673040bc0e99968a7cf168.tar.gz |
add comments and cleanup
Diffstat (limited to 'lib/chef/event_dispatch')
-rw-r--r-- | lib/chef/event_dispatch/base.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/chef/event_dispatch/base.rb b/lib/chef/event_dispatch/base.rb index 14444dd4eb..b3271a139a 100644 --- a/lib/chef/event_dispatch/base.rb +++ b/lib/chef/event_dispatch/base.rb @@ -140,11 +140,7 @@ class Chef end # Called when starting to collect gems from the cookbooks - def cookbook_gem_start - end - - # Called with the full list of gems to resolve - def cookbook_gem_set(gems) + def cookbook_gem_start(gems) end # Called when the result of installing the bundle is to install the gem |