bastelfreak
04/02/2024, 2:40 PMVladyslav Androshchuk
04/02/2024, 6:21 PMBolt
plan on the target Windows node with:
$targets.apply_prep
apply($target) {
include "node::${class_name}"
}
Vladyslav Androshchuk
04/02/2024, 6:22 PMpackage { 'ruby':
ensure => '3.3.0.1',
install_options => ['--params', '"/NoPath"'],
}
Vladyslav Androshchuk
04/02/2024, 6:22 PMpackage
adds installed ruby to the Windows path variable event with install_options => ['--params', '"/NoPath"']
Vladyslav Androshchuk
04/02/2024, 6:23 PMbolt plan run some_plan::apply -t node
will fail, because Bolt truing to run puppet using Path configured rubyVladyslav Androshchuk
04/02/2024, 6:24 PM