bolt
bolt copied to clipboard
release bolt version with latest facter
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
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.