public
Description: Puppet Module to manage dhcpd
Homepage: http://www.puzzle.ch
Clone URL: git://github.com/puzzle/puppet-dhcpd.git
Marcel Haerry (author)
Mon Feb 16 07:10:13 -0800 2009
name age message
file README.rst Mon Feb 16 07:10:13 -0800 2009 added README [Marcel Haerry]
directory files/ Wed May 28 10:29:58 -0700 2008 init release [Marcel Haerry]
directory manifests/ Mon Feb 16 07:10:13 -0800 2009 added README [Marcel Haerry]
README.rst

Puppet-dhcpd

The dhcpd modules provides a base class dhcpd

This module have been tested and used on CentOS 5.x

dhcpd (class)

Installs the dhcpd package and manages its configuration

Example:

node dhcpd.example.internal {
  include dhcpd
}