Skip to content

Commit 16fb031

Browse files
committed
test 3
1 parent cc36ae9 commit 16fb031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/base_dsc_lite/powershell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Puppet::Type.type(:base_dsc_lite).provide(:powershell) do
88
confine feature: :pwshlib
99
confine 'os.name' => :debian
10-
defaultfor 'os.name' => :debian
10+
# defaultfor 'os.name' => :debian
1111

1212
commands powershell: (if File.exist?("#{ENV.fetch('SYSTEMROOT', nil)}\\sysnative\\WindowsPowershell\\v1.0\\powershell.exe")
1313
"#{ENV.fetch('SYSTEMROOT', nil)}\\sysnative\\WindowsPowershell\\v1.0\\powershell.exe"

0 commit comments

Comments
 (0)