summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/windows/msi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/windows/msi.rb')
-rw-r--r--lib/chef/provider/package/windows/msi.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/package/windows/msi.rb b/lib/chef/provider/package/windows/msi.rb
index 0624224f57..d1072ad007 100644
--- a/lib/chef/provider/package/windows/msi.rb
+++ b/lib/chef/provider/package/windows/msi.rb
@@ -19,7 +19,6 @@
# TODO: Allow new_resource.source to be a Product Code as a GUID for uninstall / network install
require_relative "../../../win32/api/installer" if RUBY_PLATFORM =~ /mswin|mingw32|windows/
-require_relative "../../../mixin/shell_out"
class Chef
class Provider
@@ -27,7 +26,6 @@ class Chef
class Windows
class MSI
include Chef::ReservedNames::Win32::API::Installer if RUBY_PLATFORM =~ /mswin|mingw32|windows/
- include Chef::Mixin::ShellOut
def initialize(resource, uninstall_entries)
@new_resource = resource