lib/bolt_spec/run.rb in bolt-3.9.0 vs lib/bolt_spec/run.rb in bolt-3.9.1
- old
+ new
@@ -180,10 +180,13 @@
def pal
@pal ||= Bolt::PAL.new(Bolt::Config::Modulepath.new(config.modulepath),
config.hiera_config,
config.project.resource_types,
- config.compile_concurrency)
+ config.compile_concurrency,
+ config.trusted_external,
+ config.apply_settings,
+ config.project)
end
def resolve_targets(target_spec)
@inventory.get_targets(target_spec).map(&:name)
end