Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/vendor-modules/graylog/manifests/repository.pp, line: 10, column: 25)
The code should be updated to use $facts['os']['family']
Hello,
Legacy facts are disabled in Puppet 8 https://www.puppet.com/docs/puppet/8/release_notes_puppet.html#enhancements_puppet_x-8-0-0.
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/vendor-modules/graylog/manifests/repository.pp, line: 10, column: 25)
The code should be updated to use $facts['os']['family']