salt.modules.system
Support for reboot, shutdown, etc
-
salt.modules.system.
halt
()
Halt a running system
CLI Example:
-
salt.modules.system.
init
(runlevel)
Change the system runlevel on sysV compatible systems
CLI Example:
-
salt.modules.system.
poweroff
()
Poweroff a running system
CLI Example:
-
salt.modules.system.
reboot
()
Reboot the system using the 'reboot' command
CLI Example:
-
salt.modules.system.
shutdown
(at_time=None)
Shutdown a running system
CLI Example: