Open
Description
Summary
The operatingsystem
fact is disabled by default in Puppet 8.
This leads to an intermittent issue where the provider may be loaded for Unix systems instead of only windows.
See confine
and defaultfor
:
puppetlabs-chocolatey/lib/puppet/provider/chocolateyconfig/windows.rb
Lines 10 to 11 in c7d75e8
Fix
These should be change to os.name
.