From f0e9bb998b56fe42a7d25eacf43591d4b922cb89 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 31 Mar 2013 20:25:34 -0300 Subject: Parametrize dhclient class --- templates/dhcp/dhclient.conf.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/dhcp/dhclient.conf.erb b/templates/dhcp/dhclient.conf.erb index 39eeeb5..dfc465d 100644 --- a/templates/dhcp/dhclient.conf.erb +++ b/templates/dhcp/dhclient.conf.erb @@ -18,9 +18,11 @@ option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; #send dhcp-lease-time 3600; #prepend domain-name-servers 127.0.0.1; +<%- if $supersede_domain != '' then -%> # Force a domain name, otherwise facter and other configurations might break. supersede domain-name "<%= domain %>"; supersede domain-search "<%= domain %>"; +<%- end -%> request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, -- cgit v1.2.3