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
###Summary
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.
###Features
- Add execute_manifest_on() function
- Add MAINTAINERS file
- Addressing Rubocop errors
Initial release.