summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/windows_ad_join.rb3
-rw-r--r--lib/chef/resource/windows_feature_powershell.rb3
2 files changed, 0 insertions, 6 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"
diff --git a/lib/chef/resource/windows_feature_powershell.rb b/lib/chef/resource/windows_feature_powershell.rb
index 8f9abb002b..067b8c5332 100644
--- a/lib/chef/resource/windows_feature_powershell.rb
+++ b/lib/chef/resource/windows_feature_powershell.rb
@@ -16,7 +16,6 @@
# limitations under the License.
#
-require_relative "../mixin/powershell_out"
require_relative "../json_compat"
require_relative "../resource"
require_relative "../platform/query_helpers"
@@ -59,8 +58,6 @@ class Chef
x.map(&:downcase)
end
- include Chef::Mixin::PowershellOut
-
action :install do
reload_cached_powershell_data unless node["powershell_features_cache"]
fail_if_unavailable # fail if the features don't exist