summaryrefslogtreecommitdiff
path: root/lib/chef/provider/template.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-12-18 10:55:30 -0800
committerdanielsdeleo <dan@opscode.com>2012-12-18 10:55:30 -0800
commit628c08810e26601d987cf2f90ea8593ca9063361 (patch)
tree8ade52712049e4c6de46827536f02492a1aac078 /lib/chef/provider/template.rb
parentf519a92f4d2f2ec3052e0ba2af04442289f5b6b4 (diff)
downloadchef-628c08810e26601d987cf2f90ea8593ca9063361.tar.gz
explicitly include EnforceOwnershipAndPermissions where it's used
Diffstat (limited to 'lib/chef/provider/template.rb')
-rw-r--r--lib/chef/provider/template.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/provider/template.rb b/lib/chef/provider/template.rb
index 703b596d2b..4dcf23cb4e 100644
--- a/lib/chef/provider/template.rb
+++ b/lib/chef/provider/template.rb
@@ -28,6 +28,7 @@ class Chef
class Template < Chef::Provider::File
+ include Chef::Mixin::EnforceOwnershipAndPermissions
include Chef::Mixin::Checksum
include Chef::Mixin::Template
@@ -35,7 +36,7 @@ class Chef
@current_resource = Chef::Resource::Template.new(@new_resource.name)
super
end
-
+
def define_resource_requirements
super