From: Silvio Rhatto Date: Sun, 31 Mar 2013 23:41:51 +0000 (-0300) Subject: Minor template fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=13716ea7e33a3b639e241105970afdf13de2d5f2;p=puppet-nodo.git Minor template fix --- diff --git a/templates/dhcp/dhclient.conf.erb b/templates/dhcp/dhclient.conf.erb index dfc465d..134bf9a 100644 --- a/templates/dhcp/dhclient.conf.erb +++ b/templates/dhcp/dhclient.conf.erb @@ -18,7 +18,7 @@ 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 -%> +<%- if supersede_domain != '' then -%> # Force a domain name, otherwise facter and other configurations might break. supersede domain-name "<%= domain %>"; supersede domain-search "<%= domain %>";