Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  debian
  redhat
dhcpd.conf.erb 1.47 KB
dhcpd.host.erb 129 Bytes
dhcpd.pool.erb 1.5 KB

Latest revisions

# Date Author Comment
8636fb9b 07/25/2015 05:01 AM Omar Wit

Add arbitrary options via array to dhcpd.conf

Closes GH-49

c22f4645 05/06/2015 08:33 AM David Blaisonneau

Add rfc3442 support - option for static routes

Closes GH-43

80ad64bd 05/01/2015 04:22 AM Zdenek Janda

Added quotes to domain name

f30458b0 03/02/2015 04:17 AM Daniel Lobato Garcia

Strip strings before calling .empty?

Currently, passing empty strings as options, such as ' ', or ' '. generates an invalid dhcpd.conf file. The foreman_setup plugin asks you to run `--foreman-proxy-dhcp-range = " "` if the range is unspecified in the UI. Then the installer or the user won't be able to start the service unless they manually dig into the dhcpd.conf file....

d98a91a6 02/23/2015 11:24 AM Mathieu Parent

Add ${default,max}_lease_time parameters

66a560c8 02/19/2015 10:09 AM Ewoud Kohl van Wijngaarden

Fix puppet-lint issues

30a25faf 02/17/2015 05:46 AM Callum Scott

Fixes #9321 - do not populate option domain if @dnsdomain array is empty or nil

Closes GH-38

17155271 02/04/2015 07:09 AM Ewoud Kohl van Wijngaarden

Allow overriding the domain name per pool

Closes GH-23

d0a2c0af 02/04/2015 06:53 AM Ewoud Kohl van Wijngaarden

Minimize diff to puppetlabs-dhcp

b1503c75 01/26/2015 07:18 PM Ewoud Kohl van Wijngaarden

Allow empty range parameter

When a user would pass an empty range parameter, it would result into

pool {
range ;
}

dhcpd would fail to start after that. With this patch, the whole pool
block is omitted.

Closes GH-29

View revisions

Also available in: Atom