From b070d4796bb9b573c22ec6e094fea7e60d323718 Mon Sep 17 00:00:00 2001 From: Adam Edwards Date: Sat, 14 Jun 2014 20:59:44 -0700 Subject: powershell_script and batch resource guard_interpeter default to parent resource --- lib/chef/resource/powershell_script.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/chef/resource/powershell_script.rb') diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb index 1b47e7411a..a88fb5701b 100644 --- a/lib/chef/resource/powershell_script.rb +++ b/lib/chef/resource/powershell_script.rb @@ -21,8 +21,6 @@ class Chef class Resource class PowershellScript < Chef::Resource::WindowsScript - set_guard_inherited_attributes(:architecture) - def initialize(name, run_context=nil) super(name, run_context, :powershell_script, "powershell.exe") @convert_boolean_return = false -- cgit v1.2.1