diff options
author | Thom May <thom@chef.io> | 2017-03-08 12:13:59 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-03-08 12:20:52 +0000 |
commit | fd635b939f477944f1a4ce2b475c66228cd401a5 (patch) | |
tree | accf0113ecc04517fdb8df9f176dd795ef767952 /lib/chef/provider/template.rb | |
parent | 7a5f81001ce4f53a96062d2202307516f4c0948f (diff) | |
download | chef-fd635b939f477944f1a4ce2b475c66228cd401a5.tar.gz |
Remove all 11 era deprecationstm/reremove_11_deprecations
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'lib/chef/provider/template.rb')
-rw-r--r-- | lib/chef/provider/template.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/provider/template.rb b/lib/chef/provider/template.rb index 7cb0ba008d..05cdbdbf62 100644 --- a/lib/chef/provider/template.rb +++ b/lib/chef/provider/template.rb @@ -19,18 +19,12 @@ require "chef/provider/template_finder" require "chef/provider/file" -require "chef/deprecation/provider/template" -require "chef/deprecation/warnings" class Chef class Provider class Template < Chef::Provider::File provides :template - extend Chef::Deprecation::Warnings - include Chef::Deprecation::Provider::Template - add_deprecation_warnings_for(Chef::Deprecation::Provider::Template.instance_methods) - def initialize(new_resource, run_context) @content_class = Chef::Provider::Template::Content super |