]> git.llucax.com Git - software/pymin.git/blobdiff - services/dhcp/templates/dhcpd.conf
Move services outside the "static" pymin modules structure (refs #27).
[software/pymin.git] / services / dhcp / templates / dhcpd.conf
index 19e43abb7e8a741042a43096da919d8dbb0094d3..4394d78d483fb9bac29681f2b7f9e6db599ee5ba 100644 (file)
@@ -1,7 +1,7 @@
 
 ddns-update-style none;
 
-option domain-name ${domain_name};
+option domain-name "${domain_name}";
 option domain-name-servers ${dns_1}, ${dns_2};
 
 authoritative;