You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected folks can temporarily work around this issue by creating a back-compat operatingsystem fact (in any module: lib/facter/operatingsystem.rb) like this one:
Puppet recently removed the
operatingsystem
fact. This causes this module to fail thus on all Macs:This Module works on Mac OSX only!
.The code in
init.pp
should be updated to check$facts['os']['family'] == 'Darwin'
instead.The text was updated successfully, but these errors were encountered: