diff options
author | Lamont Granquist <lamont@opscode.com> | 2012-12-05 10:55:58 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@opscode.com> | 2012-12-19 15:56:09 -0800 |
commit | 54c19e58606fccafb1368c3c887cc7239b4c5d72 (patch) | |
tree | 4b03a71bf168ed6eee795de416c3c8d4e649bd9f /lib/chef/dsl.rb | |
parent | 5e160e31752951d9f1b7dd84d0e2e33553582158 (diff) | |
download | chef-54c19e58606fccafb1368c3c887cc7239b4c5d72.tar.gz |
moving registry_helper to dsl class
Diffstat (limited to 'lib/chef/dsl.rb')
-rw-r--r-- | lib/chef/dsl.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/dsl.rb b/lib/chef/dsl.rb index 74244fafbb..7717d99113 100644 --- a/lib/chef/dsl.rb +++ b/lib/chef/dsl.rb @@ -3,3 +3,4 @@ require 'chef/dsl/platform_introspection' require 'chef/dsl/data_query' require 'chef/dsl/include_recipe' require 'chef/dsl/include_attribute' +require 'chef/dsl/registry_helper' |