Horde
Horde copied to clipboard
Now reads from stdin if no hosts.dat or --hostlist
Fixes two bugs:
- Junk being passed into
--hostlistnot being sanitized like other methods. Fixed. - Blank list being passed into
--hostlistnot being detected as an error. Fixed.
Adds a feature:
- Reading the host list from
stdinif hosts.dat and--hostlistis not provided in the arguments.
This was cherry picked from https://github.com/russss/Herd/pull/13.