%PDF- %PDF-
| Direktori : /proc/self/root/proc/3522530/root/usr/lib/python2.7/site-packages/salt/modules/ |
| Current File : //proc/self/root/proc/3522530/root/usr/lib/python2.7/site-packages/salt/modules/solaris_system.pyo |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d Z d � Z d � Z
d � Z d � Z d d d � Z d d d
� Z d S( uz
Support for reboot, shutdown, etc
This module is assumes we are using solaris-like shutdown
.. versionadded:: 2016.3.0
i ( t absolute_importt unicode_literalst print_functionNu systemc C@ s7 t j j j � s) t j j j d � r3 t d f St S( u0
Only supported on Solaris-like systems
u shutdownuh The system execution module failed to load: only available on Solaris-like ystems with shutdown command.( t saltt utilst platformt is_sunost patht whicht Falset __virtualname__( ( ( s? /usr/lib/python2.7/site-packages/salt/modules/solaris_system.pyt __virtual__ s
c C@ s t � S( ui
Halt a running system
CLI Example:
.. code-block:: bash
salt '*' system.halt
( t shutdown( ( ( s? /usr/lib/python2.7/site-packages/salt/modules/solaris_system.pyt halt"