%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/omapi.pyc |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z e j e
� Z y d d l Z
e Z Wn e k
r� Z e Z n Xd � Z d � Z d d e d e d � Z d d d � Z d S( u�
This module interacts with an ISC DHCP Server via OMAPI.
server_ip and server_port params may be set in the minion
config or pillar:
.. code-block:: yaml
omapi.server_ip: 127.0.0.1
omapi.server_port: 7991
:depends: pypureomapi Python module
i ( t absolute_importt print_functiont unicode_literalsNc C@ s t r
d St d f S( u+
Confirm pypureomapi is available.
u omapiu] The omapi execution module cannot be loaded: the pypureomapi python library is not available.( t
omapi_supportt False( ( ( s6 /usr/lib/python2.7/site-packages/salt/modules/omapi.pyt __virtual__"