Support for reboot, shutdown, etc
Halt a running system
CLI Example:
salt '*' system.halt
Change the system runlevel on sysV compatible systems
CLI Example:
salt '*' system.init 3
Poweroff a running system
CLI Example:
salt '*' system.poweroff
Reboot the system using the 'reboot' command
CLI Example:
salt '*' system.reboot
Shutdown a running system
CLI Example:
salt '*' system.shutdown
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2014.7.2