beaker 2.47.1
This release is a Z release intended to fix a regression where you could have inadvertently been using the run_in_parallel
functionality in block_on
or run_block_on
methods by passing the global options hash to puppet install methods, which would pass []
in as the default run_in_parallel
setting, resolving as truthy during the check as to whether we should use parallel functionality.