server1-network: fix dns-nameservers

This commit is contained in:
Astro 2016-11-29 02:27:37 +01:00
parent 00cebca61b
commit 9fee71e219
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ br-{{ net }}:
netmask: {{ netmasks[prefix_len] }}
{%- if net == 'core' %}
gateway: {{ pillar['hosts-inet']['core']['upstream1'] }}
dns-nameservers: gateway: {{ pillar['hosts-inet']['core']['upstream1'] }} {{ pillar['hosts-inet']['core']['upstream2'] }}
dns-nameservers: "{{ pillar['hosts-inet']['core']['upstream1'] }} {{ pillar['hosts-inet']['core']['upstream2'] }}"
{%- endif %}
{%- else %}
proto: manual