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

release bolt version with latest facter #3269

Open
vchepkov opened this issue Feb 13, 2024 · 1 comment
Open

release bolt version with latest facter #3269

vchepkov opened this issue Feb 13, 2024 · 1 comment
Labels
Bug Bug reports and fixes.

Comments

@vchepkov
Copy link

Please consider release a bolt package with updated facter.
The fix for Apple silicon is included in facter 4.5.2, that comes with puppet agent, but 4.5.0 that comes with bolt detects architecture wrong:

$ uname -m
arm64
$ /opt/puppetlabs/bolt/bin/facter --version
4.5.0
$ /opt/puppetlabs/bolt/bin/facter os.architecture
x86_64

$ /opt/puppetlabs/bin/facter --version
4.5.2
$ /opt/puppetlabs/bin/facter os.architecture
arm64
@vchepkov vchepkov added the Bug Bug reports and fixes. label Feb 13, 2024
@donoghuc
Copy link
Member

Thanks for reporting this. Generally I would like to update the runtime we ship in bolt packages as it could use a refresh. Not to mention figuring out what a puppet 8 based bolt package will be.

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

No branches or pull requests

2 participants