pepper icon indicating copy to clipboard operation
pepper copied to clipboard

Validate minion retcodes

Open ezh opened this issue 7 years ago • 0 comments

Original client gives warning that something wrong at least.

 > salt 'ezh.msk.ru' cmd.run 'abc'
ezh.msk.ru:
    /bin/sh: abc: command not found
ERROR: Minions returned with non-zero exit code
 > pepper ... 'ezh.msk.ru' cmd.run 'abc'
ezh.msk.ru:
    /bin/sh: abc: command not found

Fixed in #139

ezh avatar Apr 14 '18 16:04 ezh