Commit b1fa624f authored by nanahira's avatar nanahira

fix

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