lib/bolt/applicator.rb in bolt-2.9.0 vs lib/bolt/applicator.rb in bolt-2.10.0

- old
+ new

@@ -179,10 +179,10 @@ # Serialize as pcore for *Result* objects plan_vars = Puppet::Pops::Serialization::ToDataConverter.convert(plan_vars, rich_data: true, symbol_as_string: true, type_by_reference: true, - local_reference: false) + local_reference: true) scope = { code_ast: ast, modulepath: @modulepath, pdb_config: @pdb_client.config.to_hash,