summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r--lib/chef/provider.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index 1d106acccb..280277d947 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -295,7 +295,7 @@ class Chef
end
require 'chef/dsl/recipe'
- include Chef::DSL::Recipe::Everything
+ include Chef::DSL::Recipe::FullDSL
end
protected