Slackbot
02/14/2024, 3:52 PMYury Bushmelev
02/14/2024, 3:54 PMVladyslav Androshchuk
02/14/2024, 3:56 PMVladyslav Androshchuk
02/14/2024, 3:56 PMYury Bushmelev
02/14/2024, 3:57 PMVladyslav Androshchuk
02/14/2024, 3:57 PMVladyslav Androshchuk
02/14/2024, 3:57 PMYury Bushmelev
02/14/2024, 3:58 PMVladyslav Androshchuk
02/14/2024, 4:01 PMVladyslav Androshchuk
02/14/2024, 4:03 PMVladyslav Androshchuk
02/14/2024, 4:17 PMCas Donoghue
02/14/2024, 7:03 PMVladyslav Androshchuk
02/14/2024, 8:23 PMapply_prep()
? I’m sure, if I manually install it, everything will work. Because it does even on my macOS 14. So it looks like just some metadata or build is not deployed for Bolt to find.Cas Donoghue
02/15/2024, 8:57 PMapply
on the bolt runner? You could theoretically install the latest agent and then configure bolt to not use bundled ruby.Vladyslav Androshchuk
02/15/2024, 10:14 PMplan ci_hosts_administration::apply(
TargetSpec $targets,
) {
$targets.apply_prep
get_targets($targets).each |$target| {
$class_name = regsubst($target.name, '\.', '', 'G')
apply($target) {
include "node::${class_name}"
}
}
}
I’m sure I can install the latest agent, but that is more manual work I want to avoid by using Bolt 😉Vladyslav Androshchuk
03/11/2024, 2:06 PM$targets.apply_prep
to install Puppet on macOS 13+?Vladyslav Androshchuk
03/11/2024, 2:09 PMCas Donoghue
03/12/2024, 8:34 PM