mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
[suse]: fix passing map.local_config into template
avoids hard to debug messages about undefined Jinja variable 'map'
This commit is contained in:
parent
3429dbe727
commit
ae9415c3e7
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ bind_default_config:
|
|||
- user: root
|
||||
- group: root
|
||||
- mode: 644
|
||||
- context:
|
||||
map: {{ map }}
|
||||
- watch_in:
|
||||
- service: bind_restart
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue