Commit 5999d343 authored by nanahira's avatar nanahira

fix dnsmasq

parent bf21282f
{% macro setDomainAndKMS(br, domain) %}
## Using domain {{domain}}
{% if br.dhcp.externalDomain is defined and br.dhcp.externalDomain %}
domain={{domain}},{{br.address}}
{% else %}
domain={{domain}},{{br.address}},local
{% if br.dhcp.externalDomain is defined and br.dhcp.externalDomain %}
local=/{{domain}}/
{% endif %}
{% if dnsmasq.kms is defined and dnsmasq.kms %}
......
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