drop duplicate entry

This commit is contained in:
Bernhard M. Wiedemann 2018-01-24 15:59:16 +01:00
parent 8549b637ba
commit 1c725851b8

View file

@ -24,7 +24,6 @@ bind_restart:
- user: {{ salt['pillar.get']('bind:config:user', map.user) }}
- group: {{ salt['pillar.get']('bind:config:group', map.group) }}
- mode: {{ salt['pillar.get']('bind:config:log_mode', map.log_mode) }}
- replace: False
- require:
- file: {{ map.log_dir }}