diff options
author | John Keiser <john@johnkeiser.com> | 2015-06-08 15:05:07 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-06-23 14:42:28 -0700 |
commit | 59b12d0237c7879c18f96ef5e962a7cd592df142 (patch) | |
tree | 7235020aaf558755786fc5d5126c86dff8e70017 /lib/chef/recipe.rb | |
parent | 0d5a74146b3e6db4f040ed02f29e3578c29c02e0 (diff) | |
download | chef-59b12d0237c7879c18f96ef5e962a7cd592df142.tar.gz |
Rename Chef::DSL::Recipe::Everything -> FullDSL
Diffstat (limited to 'lib/chef/recipe.rb')
-rw-r--r-- | lib/chef/recipe.rb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb index b4d37c2d61..262560f754 100644 --- a/lib/chef/recipe.rb +++ b/lib/chef/recipe.rb @@ -36,14 +36,7 @@ class Chef # A Recipe object is the context in which Chef recipes are evaluated. class Recipe - include Chef::DSL::DataQuery - include Chef::DSL::PlatformIntrospection - include Chef::DSL::IncludeRecipe - include Chef::DSL::Recipe - include Chef::DSL::RegistryHelper - include Chef::DSL::RebootPending - include Chef::DSL::Audit - include Chef::DSL::Powershell + include Chef::DSL::Recipe::FullDSL include Chef::Mixin::FromFile include Chef::Mixin::Deprecation |