diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-31 21:32:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-31 21:32:25 -0300 |
commit | 76fb0d714da0c479e69398d854001b507ff28338 (patch) | |
tree | 2e076354aed44c34c07cd8f91901393bfcaf841c /templates/dhcp | |
parent | 13716ea7e33a3b639e241105970afdf13de2d5f2 (diff) | |
download | puppet-nodo-76fb0d714da0c479e69398d854001b507ff28338.tar.gz puppet-nodo-76fb0d714da0c479e69398d854001b507ff28338.tar.bz2 |
Changing behavior of dhclient supersede_domain param
Diffstat (limited to 'templates/dhcp')
-rw-r--r-- | templates/dhcp/dhclient.conf.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/dhcp/dhclient.conf.erb b/templates/dhcp/dhclient.conf.erb index 134bf9a..52b704c 100644 --- a/templates/dhcp/dhclient.conf.erb +++ b/templates/dhcp/dhclient.conf.erb @@ -20,8 +20,8 @@ option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; <%- if supersede_domain != '' then -%> # Force a domain name, otherwise facter and other configurations might break. -supersede domain-name "<%= domain %>"; -supersede domain-search "<%= domain %>"; +supersede domain-name "<%= supersede_domain %>"; +supersede domain-search "<%= supersede_domain %>"; <%- end -%> request subnet-mask, broadcast-address, time-offset, routers, |