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 8x compatibility #173

Open
flepoutre opened this issue Sep 25, 2023 · 1 comment
Open

Puppet 8x compatibility #173

flepoutre opened this issue Sep 25, 2023 · 1 comment

Comments

@flepoutre
Copy link

Hello,
Is it possible to fix the module with Puppet 8x compatibility ?

For example, currently :

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Unknown variable: '::architecture'. (file: /etc/puppetlabs/code/environments/flp_puppet8/modules/helm/manifests/binary.pp, line: 9, column: 8) on node cladev-ubu2004.adm.fr.clara.net
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

Thanks.

@alephpt
Copy link

alephpt commented Oct 24, 2024

I have the same problem. Any solutions @flepoutre ?

Edit:
Solution is to define

  $architecture = $facts['os']['architecture']

Relative to PR #175

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

No branches or pull requests

3 participants