mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
FreeBSD has no default config
This commit is contained in:
parent
275140e3fb
commit
d5981ae4b5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ bind_local_config:
|
|||
- watch_in:
|
||||
- service: bind
|
||||
|
||||
{% if grains['os_family'] != 'Arch' %}
|
||||
{% if grains['os_family'] not in ['Arch', 'FreeBSD'] %}
|
||||
bind_default_config:
|
||||
file.managed:
|
||||
- name: {{ map.default_config }}
|
||||
|
|
Loading…
Add table
Reference in a new issue