lib/bolt_spec/run.rb in bolt-1.32.0 vs lib/bolt_spec/run.rb in bolt-1.33.0

- old
+ new

@@ -200,10 +200,10 @@ pal.in_plan_compiler(executor, inventory, puppetdb_client) do |compiler| compiler.call_function('apply_prep', targets) end pal.with_bolt_executor(executor, inventory, puppetdb_client) do - Puppet.lookup(:apply_executor).apply_ast(ast, targets, '_catch_errors' => true, '_noop' => noop) + Puppet.lookup(:apply_executor).apply_ast(ast, targets, catch_errors: true, noop: noop) end end end end end