rundeck-plugins / salt-step

Rundeck Salt Plugin
BSD 3-Clause "New" or "Revised" License
31 stars 30 forks source link

Handler to check state.sls errors #19

Open rmjstn opened 7 years ago

rmjstn commented 7 years ago

Hello,

It's not possible to change the output for a call via the salt-api to have the same output as the cmd.run_all command (and use SaltJsonReturnHandler). If it was possible I would write a new salt-api outputter. I want to check errors, so I can't associate "alwaysSuccessful" to state.sls. I write a new handler to parse the output from a statle.sls call.

Thanks,

Rémy