Перейти к файлу
Niels Abspoel 29c74bcfe8 Merge pull request #15 from tampakrap/suse_support
Add support for SUSE osfamily
2016-03-24 16:39:18 +01:00
dhcpd Add support for SUSE osfamily 2016-03-24 16:26:45 +01: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 Added possibility to define customized options and 2016-03-03 15:54:16 +01: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.