summaryrefslogtreecommitdiff
path: root/lib/chef/deprecation/provider/template.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/deprecation/provider/template.rb')
-rw-r--r--lib/chef/deprecation/provider/template.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/deprecation/provider/template.rb b/lib/chef/deprecation/provider/template.rb
index 0f93c637f6..3d8071f00b 100644
--- a/lib/chef/deprecation/provider/template.rb
+++ b/lib/chef/deprecation/provider/template.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/mixin/template'
+require 'chef/deprecation/mixin/template'
class Chef
module Deprecation
@@ -29,7 +29,7 @@ class Chef
#
module Template
- include Chef::Mixin::Template
+ include Chef::Deprecation::Mixin::Template
def template_finder
@template_finder ||= begin