summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-06-08 15:05:07 -0700
committerJohn Keiser <john@johnkeiser.com>2015-06-23 14:42:28 -0700
commit59b12d0237c7879c18f96ef5e962a7cd592df142 (patch)
tree7235020aaf558755786fc5d5126c86dff8e70017 /lib/chef/provider.rb
parent0d5a74146b3e6db4f040ed02f29e3578c29c02e0 (diff)
downloadchef-59b12d0237c7879c18f96ef5e962a7cd592df142.tar.gz
Rename Chef::DSL::Recipe::Everything -> FullDSL
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