Skip to content

Commit

Permalink
Update windows.rb
Browse files Browse the repository at this point in the history
Update legacy fact
  • Loading branch information
voreilly authored Oct 10, 2024
1 parent 31394f3 commit b5eddf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/puppet/provider/acl/windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@doc = 'Windows specific provider for acl type.'

# confine :feature => :microsoft_windows
confine operatingsystem: :windows
defaultfor operatingsystem: :windows
confine 'os.name': :windows
defaultfor 'os.name': :windows

require "#{Pathname.new(__FILE__).dirname}/../../../puppet/type/acl/ace"
require "#{Pathname.new(__FILE__).dirname}/../../../puppet/provider/acl/windows/base"
Expand Down

0 comments on commit b5eddf4

Please sign in to comment.