Перейти к файлу
0xf10e 85e09873f1 added note about replaces dashes in variables 2014-09-19 21:31:41 +02:00
dhcpd completed basic template for dhcpd.conf 2014-09-18 00:51:46 +02:00
.hgignore completed basic template for dhcpd.conf 2014-09-18 00:51:46 +02:00
LICENSE Add LICENSE. 2013-07-27 22:25:28 +02:00
README.rst added note about replaces dashes in variables 2014-09-19 21:31:41 +02:00
pillar.example no more TODOs in pillar.example 2014-09-18 00:45:51 +02:00

README.rst

dhcpd
=====

Formula to install, configure and start dhcpd.

.. note::

    See the full `Salt Formulas installation and usage instructions
    <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states
================

.. contents::
    :local:

``dhcpd``
---------

Install, configure and turn on a basic dhcpd daemon.
See ``pillar.example`` for pillar-data for a sample
configuration.

.. note::
    
    To have more pythonic variables the dashes ('-') in their names
    are replaced with underscores ('_') so 'dynamic-bootp' becomes
    'dynamic_bootp' in pillar[dhcpd].