Rex icon indicating copy to clipboard operation
Rex copied to clipboard

Rex, the friendly automation framework

Results 130 Rex issues
Sort by recently updated
recently updated
newest added

New method to check if a chain exists in a given iptables filter

## Aim Fix #485 Only supporting three hash algorithms, currently *md5*, *sha1* and *sha256*, the former using existing code (`md5` from `Rex::Commands::MD5`), the latter two using `Digest::SHA`.

It might be useful to support symlinks with the file command, like: ```perl file $symlink, ensure => 'symlink', target => $file; ``` or even like: ```perl file $symlink, target =>...

Two methods have been discussed so far: ``` perl run 'command', chroot => { newroot => '/chroot/here' }; ``` and ``` perl task "foo", sub { chroot "/some/path", sub {...

ready

When I ssh to a remote host manually and run `locale` I get the following result: ``` $ locale LANG=en_US.utf8 LC_CTYPE="en_US.utf8" LC_NUMERIC="en_US.utf8" LC_TIME="en_US.utf8" LC_COLLATE="en_US.utf8" LC_MONETARY="en_US.utf8" LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8"...

help wanted

Hello, this is the new resource interface based on Moose and Roles. Things the new interface adds (or helps with): * export of resources to main namespace (or not) *...

enhancement

#1214 was merged without tests. This issue exists to track that tests will be developed.

Hello. `sync_up` not synced empty directories I think it needs to be in the documentation if it's right behavior for `sync_up`. Best Regards, Ilya Pavlov