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
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']
The text was updated successfully, but these errors were encountered:
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']
The text was updated successfully, but these errors were encountered: