Search code examples
salt-project

saltstack complaining about "invalid returner"


I've got a couple of returners configured using the schedule state.

One works fine, the other logs an error:

Job state.sls using invalid returner: <name of returner>. Ignoring

I have found no documentation on what this means; reading the salt code doesn't enlighten me.

Can someone point me in the right direction about what this means?


Solution

  • This appears to have been caused by a syntax error in the returner. I just wish the salt error messages were a bit more useful.