Skip to content

Commit 693c8cf

Browse files
authored
Update windows_env.rb
Update legacy facts
1 parent 295cc15 commit 693c8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/facter/windows_env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
Facter.add('windows_env') do
4-
confine osfamily: :windows
4+
confine 'os.family': :windows
55
setcode do
66
require 'puppet/util/windows/process'
77

0 commit comments

Comments
 (0)