Execute overstate functions
Execute an overstate sequence to orchestrate the executing of states over a group of systems
CLI Examples:
salt-run state.over base /path/to/myoverstate.sls
Display the stage data to be executed
CLI Examples:
salt-run state.show_stages
salt-run state.show_stages saltenv=dev /root/overstate.sls
Execute a state run from the master, used as a powerful orchestration system.
CLI Examples:
salt-run state.sls webserver
salt-run state.sls webserver saltenv=dev test=True
Current Salt release: 2014.1.0
Docs for previous releases on salt.rtfd.org.