22.18.8. salt.output.no_return

22.18.8.1. Display output for minions that did not return

This outputter is used to display notices about which minions failed to return when a salt function is run with -v or --verbose. It should not be called directly from the CLI.

Example output:

virtucentos:
    Minion did not return
class salt.output.no_return.NestDisplay

Create generator for nested output

display(ret, indent, prefix, out)

Recursively iterate down through data structures to determine output

salt.output.no_return.output(ret)

Display ret data

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2014.7.2

Table Of Contents

Previous topic

22.18.7. salt.output.no_out

Next topic

22.18.9. salt.output.overstatestage