]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor template fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 31 Mar 2013 23:41:51 +0000 (20:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 31 Mar 2013 23:41:51 +0000 (20:41 -0300)
templates/dhcp/dhclient.conf.erb

index dfc465d486c7373314d6774dc00b2af7573f99e5..134bf9aef3613d8ff553460505f8bdac4d824ad7 100644 (file)
@@ -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 %>";