lib/bolt_spec/run.rb in bolt-2.30.0 vs lib/bolt_spec/run.rb in bolt-2.31.0
- old
+ new
@@ -177,10 +177,10 @@
def puppetdb_client
plugins.puppetdb_client
end
def pal
- @pal ||= Bolt::PAL.new(config.modulepath,
+ @pal ||= Bolt::PAL.new(Bolt::Config::Modulepath.new(config.modulepath),
config.hiera_config,
config.project.resource_types,
config.compile_concurrency)
end