forked from voxpupuli/puppet-dhcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without this patch large portions of the dhcpd.conf are solely under the control of the dhcp module itself. This is a problem for 3rd parties like myself who want to change some of the behavior configured in this file by these resources. This patch fixes the problem in a non-breaking way by exposing all of the configuration file fragments flowing into dhcpd.conf as class parameters of the main dhcp class. 3rd parties may now override the header using their own content like so: class { dhcp: dhcp_conf_header => template("site/my_dhcpd.conf.header") } Conflicts: manifests/init.pp
- Loading branch information
Jeff McCune
committed
Jun 8, 2012
1 parent
f468ba0
commit cf972c0
Showing
1 changed file
with
47 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters