Hello! Sorry for sending this again, but it’s real...
# bolt
v
Hello! Sorry for sending this again, but it’s really important for us. During
$targets.apply_prep
on target with macOS 13.0 I am getting an error:
Copy code
16:51:20 +0100 INFO: Version parameter defined: 8.4.0
No builds for platform: 13
I see that Puppet should support all versions till macOS 14.0.
y
Let’s tag @Cas Donoghue.. bolt feels a bit abandoned these days
You have latest bolt, right?
It’s possible to work it around by installing the puppet-agent manually (or with your own homegrown task maybe).
Though ideally it should just work
v
Yep, done that manually, working correctly.
c
The issue here is that bolt packages are shipping with an out of date puppet_agent module (used for apply_prep) https://github.com/puppetlabs/bolt/blob/747f333bc403a86d8b5144b621fd93db576bc10a/Puppetfile#L9 . In order to work around this you can install a newer puppet_agent module (latest is 4.19) into your bolt project. This should cause bolt to use the newer puppet_agent module and install your agents “automatically” as expected.
🔥 1
y
any plans to make a “maintenance” release maybe?
c
Sure. I can file a GH issue. I’ll try to work on that soon.
🙇🏻‍♂️ 1
v
Cas, thanks a lot!