diff options
Diffstat (limited to 'lib/chef/resource/template.rb')
-rw-r--r-- | lib/chef/resource/template.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource/template.rb b/lib/chef/resource/template.rb index 876816cc81..c1115fb5b7 100644 --- a/lib/chef/resource/template.rb +++ b/lib/chef/resource/template.rb @@ -2,7 +2,7 @@ # Author:: Adam Jacob (<adam@chef.io>) # Author:: Seth Chisamore (<schisamo@chef.io>) # Author:: Tyler Cloke (<tyler@chef.io>) -# Copyright:: Copyright 2008-2016, Chef Software Inc. +# Copyright:: Copyright 2008-2020, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -36,7 +36,6 @@ class Chef class Template < Chef::Resource::File unified_mode true - resource_name :template provides :template include Chef::Mixin::Securable |