diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-24 10:21:14 -0700 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-24 10:21:14 -0700 |
commit | d3e4e565fdf7c210acfd8efd0de6b674883a5e0f (patch) | |
tree | 5fd2f1b237e39c81d8a7b54e0cdc0279e7528435 /lib/chef/resource/powershell_script.rb | |
parent | 17014504259f8ccb19d782bd3b63b24657e4c9ca (diff) | |
parent | 157852156703daf96366dd773903147baf0292d9 (diff) | |
download | chef-12.2.0.rc.0.tar.gz |
Merge pull request #3128 from chef/jdm/prepare-12.2.012.2.0.rc.0
prepare 12.2.0 RC 0
Diffstat (limited to 'lib/chef/resource/powershell_script.rb')
-rw-r--r-- | lib/chef/resource/powershell_script.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb index 1b8aef94a2..43aafe4df2 100644 --- a/lib/chef/resource/powershell_script.rb +++ b/lib/chef/resource/powershell_script.rb @@ -21,6 +21,8 @@ class Chef class Resource class PowershellScript < Chef::Resource::WindowsScript + provides :powershell_script, os: "windows" + def initialize(name, run_context=nil) super(name, run_context, :powershell_script, "powershell.exe") @convert_boolean_return = false |