aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-31 20:41:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-31 20:41:51 -0300
commit13716ea7e33a3b639e241105970afdf13de2d5f2 (patch)
treea43fab8e2df8a0eff372e1fa86f0cb066c6fd63e
parent20372e3c8d33eba34113638dc343506bcd3076a8 (diff)
downloadpuppet-nodo-13716ea7e33a3b639e241105970afdf13de2d5f2.tar.gz
puppet-nodo-13716ea7e33a3b639e241105970afdf13de2d5f2.tar.bz2
Minor template fix
-rw-r--r--templates/dhcp/dhclient.conf.erb2
1 files changed, 1 insertions, 1 deletions
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 %>";