mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 09:40:22 +00:00
change grains to os_family instead of os (typeo?)
This commit is contained in:
parent
a574017353
commit
cbd0958a8e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ bind_local_config:
|
||||||
- pkg: bind
|
- pkg: bind
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if grains['os'] == 'Debian' %}
|
{% if grains['os_family'] == 'Debian' %}
|
||||||
bind_local_config:
|
bind_local_config:
|
||||||
file:
|
file:
|
||||||
- managed
|
- managed
|
||||||
|
|
Loading…
Add table
Reference in a new issue