mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 01:30: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
|
||||
{% endif %}
|
||||
|
||||
{% if grains['os'] == 'Debian' %}
|
||||
{% if grains['os_family'] == 'Debian' %}
|
||||
bind_local_config:
|
||||
file:
|
||||
- managed
|
||||
|
|
Loading…
Add table
Reference in a new issue