Merge pull request #13 from redrampage/master

Fixed bug with host-name option
This commit is contained in:
Maciej Delmanowski 2015-06-30 11:42:54 +02:00
commit a81a9d4000

View File

@ -139,7 +139,7 @@ host {{ host.hostname }}-hw{{ loop.index }} {
{% endif %}
hardware ethernet {{ hwaddr }};
{% if not host.options is defined or (host.options and not 'host-name' in host.options) %}
option host-name = {{ host.hostname }};
option host-name "{{ host.hostname }}";
{% endif %}
{% if host.address is defined and host.address %}
fixed-address {{ host.address }};