From 13716ea7e33a3b639e241105970afdf13de2d5f2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 31 Mar 2013 20:41:51 -0300 Subject: Minor template fix --- templates/dhcp/dhclient.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>"; -- cgit v1.2.3