Rex
Rex copied to clipboard
Rex, the friendly automation framework
### As Me ### I would like to "signed-by" option in for Debian Repositories ### so I can indicate to dpkg what key should be signing packages ### Additional context...
### Describe the bug I ran into a bug where SSH ForwardAgent was enabled for a server, and I could run from the command-line ssh -A server "cd /dir &&...
This PR is a proposal to fix #1149 by creating a `diff_package_list` method for the `Rex::Pkg::Redhat` module. Please review and merge, or let me know how to improve it further....
### Describe the bug When doing this: ``` my $output = upload_and_run
This PR is a proposal related to #1609, and aimed at adding initial Augeas tests – including making the current implementation testable, and fixing an initial set of previously hidden...
### As maintainer ### I would like to bump the minimum required Perl to run Rex to 5.14.4 ### so I can start using the benefits of a more modern...
Fix for https://github.com/RexOps/Rex/issues/851 # How to test - [x] `prove t/summary.t`
Synopsis of changes: ``` use Rex; use Rex::Logger qw/:all/; log_debug("doing a thing"); log_info("boop"); log_warn("the core is in danger of meltdown"); log_error("the core melted"); ```
## Checklist towards merging - [ ] (re)based on top of latest source code - [ ] has changelog entry - [ ] automated tests pass - [ ] has...
On latest Debian versions the command "Ip add show" outputs color chars on interface names. This patch uses the Term::ANSIColor lib to strip them fixing garbage in keys of Rex...