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 693c8cf commit c3a1677Copy full SHA for c3a1677
lib/puppet/provider/windows_env/windows_env.rb
@@ -43,8 +43,8 @@ def evaluate
43
desc 'Manage Windows environment variables'
44
45
confine feature: :windows_env
46
- confine osfamily: :windows
47
- defaultfor osfamily: :windows
+ confine 'os.family': :windows
+ defaultfor 'os.family': :windows
48
49
# For testing registry open result
50
ERROR_FILE_NOT_FOUND = 2
0 commit comments