Commit 264246b2 by e0d

whitespace.

parent 7c27d97a
...@@ -45,7 +45,7 @@ request subnet-mask, broadcast-address, time-offset, routers, ...@@ -45,7 +45,7 @@ request subnet-mask, broadcast-address, time-offset, routers,
#lease { #lease {
# interface "eth0"; # interface "eth0";
# fixed-address 192.33.137.200; # fixed-address 192.33.137.200;
# medium "link0 link1"; # medium "link0 link1";b
# option host-name "andare.swiftmedia.com"; # option host-name "andare.swiftmedia.com";
# option subnet-mask 255.255.255.0; # option subnet-mask 255.255.255.0;
# option broadcast-address 192.33.137.255; # option broadcast-address 192.33.137.255;
...@@ -57,6 +57,6 @@ request subnet-mask, broadcast-address, time-offset, routers, ...@@ -57,6 +57,6 @@ request subnet-mask, broadcast-address, time-offset, routers,
#} #}
interface "eth0" { interface "eth0" {
prepend domain-search {%- for search in COMMON_DHCLIENT_DNS_SEARCH -%}"{{search}}"{%- if not loop.last -%},{%- endif -%} prepend domain-search {% for search in COMMON_DHCLIENT_DNS_SEARCH -%}"{{search}}"{%- if not loop.last -%},{%- endif -%}
{%- endfor -%}; {%- endfor -%};
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment