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
CLI Example:
salt '*' system.reboot
Shutdown a running system
CLI Example:
salt '*' system.shutdown
Shutdown a running system with no timeout or warning
CLI Example:
salt '*' system.shutdown_hard