Перейти к файлу
Daniel Hobley 008a2d24fc Merge remote-tracking branch 'upstream/master' 2017-08-22 12:08:14 +02:00
dhcpd Merge remote-tracking branch 'upstream/master' 2017-08-22 12:08:14 +02:00
.hgignore completed basic template for dhcpd.conf 2014-09-18 00:51:46 +02:00
LICENSE Update Licensing year and remove extra new line characters 2015-05-07 13:41:28 -04:00
README.rst merge FreeBSD-support 2015-09-29 16:58:26 +02:00
pillar.example Merge remote-tracking branch 'upstream/master' 2017-08-22 12:08:14 +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 and turn on dhcpd.

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

``dhcpd.config``
----------------

Manage configuration for dhcpd.
See ``pillar.example`` for pillar-data for a sample configuration.