Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Puppet 8 Compatibility Issues #61

Open
bdelamatre opened this issue Aug 23, 2023 · 0 comments
Open

Puppet 8 Compatibility Issues #61

bdelamatre opened this issue Aug 23, 2023 · 0 comments
Assignees
Labels

Comments

@bdelamatre
Copy link

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']

@bernd bernd added the triaged label Aug 28, 2023
@bernd bernd self-assigned this Aug 28, 2023
jradmacher added a commit to emetriq/puppet-graylog that referenced this issue Apr 24, 2024
switch from legacy facts to `facts` hash

Issue Graylog2#61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants