mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 17:50:23 +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
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- mode: 644
|
- mode: 644
|
||||||
|
- context:
|
||||||
|
map: {{ map }}
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: bind_restart
|
- service: bind_restart
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue