Zac Bentley

Results 72 comments of Zac Bentley

Terrific, thanks so much @AWhetter!

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: ```ruby Facter.add('operatingsystem') do setcode do Facter.value('os').fetch('family') end end ```