%PDF- %PDF-
Direktori : /lib/python2.7/site-packages/salt/states/ |
Current File : //lib/python2.7/site-packages/salt/states/ipmi.pyo |
� ���^c @@ s~ d Z d d l m Z m Z m Z d d l m Z d � Z d d � Z d d d � Z d e e e d d � Z d d � Z d S( u. Manage IPMI devices over LAN ============================ The following configuration defaults can be defined in the minion, master config or pillar: .. code-block:: yaml ipmi.config: api_host: 127.0.0.1 api_user: admin api_pass: apassword api_port: 623 api_kg: None Every call can override the config defaults: .. code-block:: yaml ensure myipmi system is set to network boot: ipmi.boot_device: - name: network - api_host: myipmi.hostname.com - api_user: root - api_pass: apassword - api_kg: None ensure myipmi system is powered on: ipmi.power: - name: boot - api_host: myipmi.hostname.com - api_user: root - api_pass: apassword i ( t absolute_importt print_functiont unicode_literals( t sixc C@ sO d } y d d l m } Wn"