This release corrects a bug that doesn't return results correctly when multiple hosts are specified.
- execute_manifest_on doesn't return results correctly when multiple hosts are specified.
Adds the ability for execute_manifest_on to work in both agent and apply; improvements for create_remote_file_ex.
- Adds support for
execute_manifest_on
withBEAKER_TESTMODE
set toapply
- Fixes
create_remote_file_ex
so that opts accepts:owner
instead of:user
- Improves content handling for
create_remote_file_ex
- Minor fixes to option handling
Adds a new parameter for shell_ex; and improvements for local test running.
- Implements
:chdir
option toshell_ex
.
- Makes
my_hosts
andlogger
global methods optional.
Fixes for shell_ex when running on Windows; and a minor README update.
Make use of catch_changes, catch_failures, expect_changes and expect_failures. This makes beaker-testmode_switcher easier to integrate into modules.
- Implement catch_changes, catch_failures, expect_changes and expect_failures in beaker_runners
- Fix docs issue where
execute_manifest
options were listed under `resource
This release adds a feature that provides control of specific nodes you would like to run an agent run on. Previously it was only possible to run on the default node.
- Add execute_manifest_on() function
- Add MAINTAINERS file
- Addressing Rubocop errors
Initial release.