summaryrefslogtreecommitdiff
path: root/lib/chef.rb
diff options
context:
space:
mode:
authorRanjib Dey <ranjib@pagerduty.com>2015-04-18 18:06:06 -0700
committerRanjib Dey <ranjib@pagerduty.com>2015-04-18 18:06:06 -0700
commitfdde9a0a476c407d34882631b50406cf585c6602 (patch)
tree31feb3b66cb915adb61757852d6190b38a2b14bf /lib/chef.rb
parent466421102c41b4f99e0f503aca631d762bb8455c (diff)
downloadchef-fdde9a0a476c407d34882631b50406cf585c6602.tar.gz
[RFC-039] chef handler dsl
Diffstat (limited to 'lib/chef.rb')
-rw-r--r--lib/chef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef.rb b/lib/chef.rb
index 6bce976439..1a0b802adb 100644
--- a/lib/chef.rb
+++ b/lib/chef.rb
@@ -31,5 +31,5 @@ require 'chef/daemon'
require 'chef/run_status'
require 'chef/handler'
require 'chef/handler/json_file'
-
+require 'chef/event_dispatch/dsl'
require 'chef/chef_class'