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 3fa04a1 commit cc36ae9Copy full SHA for cc36ae9
lib/puppet/provider/base_dsc_lite/powershell.rb
@@ -6,8 +6,8 @@
6
7
Puppet::Type.type(:base_dsc_lite).provide(:powershell) do
8
confine feature: :pwshlib
9
- confine operatingsystem: :debian
10
- defaultfor operatingsystem: :debian
+ confine '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