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 295cc15 commit 693c8cfCopy full SHA for 693c8cf
lib/facter/windows_env.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
Facter.add('windows_env') do
4
- confine osfamily: :windows
+ confine 'os.family': :windows
5
setcode do
6
require 'puppet/util/windows/process'
7
0 commit comments