summaryrefslogtreecommitdiff
path: root/lib/chef/resource/powershell_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/powershell_package.rb')
-rw-r--r--lib/chef/resource/powershell_package.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource/powershell_package.rb b/lib/chef/resource/powershell_package.rb
index 7fb926db7c..7ae967a389 100644
--- a/lib/chef/resource/powershell_package.rb
+++ b/lib/chef/resource/powershell_package.rb
@@ -16,12 +16,11 @@
#
require_relative "package"
-require_relative "../mixin/uris"
class Chef
class Resource
class PowershellPackage < Chef::Resource::Package
- include Chef::Mixin::Uris
+ unified_mode true
provides :powershell_package