diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-02-28 18:38:33 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-02-28 18:38:33 -0800 |
commit | 378b9b5aa393f8cb40d860e20b8c0b0c885afc78 (patch) | |
tree | 7ed1170ff68f030894551f36b4a74d9250e89cce /lib/chef/resource/windows_ad_join.rb | |
parent | 7fa565737fb3cc984ad686266bbe3fec30312510 (diff) | |
download | chef-powershell_include.tar.gz |
Remove the mixin powershell includes from resourcespowershell_include
This is in universal so we don't need to do it in these resources /
providers. We had it in some, but not in others.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_ad_join.rb')
-rw-r--r-- | lib/chef/resource/windows_ad_join.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/resource/windows_ad_join.rb b/lib/chef/resource/windows_ad_join.rb index b807abaa93..84f7fa00fb 100644 --- a/lib/chef/resource/windows_ad_join.rb +++ b/lib/chef/resource/windows_ad_join.rb @@ -16,7 +16,6 @@ # require_relative "../resource" -require_relative "../mixin/powershell_out" require_relative "../dist" class Chef @@ -25,8 +24,6 @@ class Chef resource_name :windows_ad_join provides :windows_ad_join - include Chef::Mixin::PowershellOut - description "Use the windows_ad_join resource to join a Windows Active Directory domain." introduced "14.0" |