We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc36ae9 commit 16fb031Copy full SHA for 16fb031
lib/puppet/provider/base_dsc_lite/powershell.rb
@@ -7,7 +7,7 @@
7
Puppet::Type.type(:base_dsc_lite).provide(:powershell) do
8
confine feature: :pwshlib
9
confine 'os.name' => :debian
10
- defaultfor 'os.name' => :debian
+ # defaultfor 'os.name' => :debian
11
12
commands powershell: (if File.exist?("#{ENV.fetch('SYSTEMROOT', nil)}\\sysnative\\WindowsPowershell\\v1.0\\powershell.exe")
13
"#{ENV.fetch('SYSTEMROOT', nil)}\\sysnative\\WindowsPowershell\\v1.0\\powershell.exe"
0 commit comments