lib/bolt_spec/plans.rb in bolt-2.30.0 vs lib/bolt_spec/plans.rb in bolt-2.31.0
- old
+ new
@@ -222,10 +222,10 @@
@puppetdb_client ||= MockPuppetDBClient.new(Bolt::PuppetDB::Config.new({}))
end
def run_plan(name, params)
pal = Bolt::PAL.new(
- config.modulepath,
+ Bolt::Config::Modulepath.new(config.modulepath),
config.hiera_config,
config.project.resource_types,
config.compile_concurrency,
config.trusted_external,
config.apply_settings,