From 59b12d0237c7879c18f96ef5e962a7cd592df142 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Mon, 8 Jun 2015 15:05:07 -0700 Subject: Rename Chef::DSL::Recipe::Everything -> FullDSL --- lib/chef/provider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/provider.rb') 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 -- cgit v1.2.1