Skip to content

Commit cc36ae9

Browse files
committed
test #2
1 parent 3fa04a1 commit cc36ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/puppet/provider/base_dsc_lite/powershell.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
Puppet::Type.type(:base_dsc_lite).provide(:powershell) do
88
confine feature: :pwshlib
9-
confine operatingsystem: :debian
10-
defaultfor operatingsystem: :debian
9+
confine '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)