upstream.dyndns: specify bind root-domain ctx

This commit is contained in:
Astro 2018-06-23 02:25:35 +02:00
parent c5aa7f9e11
commit 28f6181ba7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- template: 'jinja'
- context:
interface: {{ conf['interface'] }}
hostname: {{ salt['grains.get']('id') }}.dyn.{{ pillar['bind']['root-domain'] }}
hostname: {{ salt['grains.get']('id') }}.dyn.{{ pillar['bind']['root-domain']['up1'] }}
- mode: 755
- require:
- pkg: dnsutils