fix(named.conf.local.jinja): fix salt-lint errors

```bash
Examining bind/files/named.conf.local.jinja of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
bind/files/named.conf.local.jinja:49
  allow-update { {{args['allow-update']}}; };
```
This commit is contained in:
Imran Iqbal 2019-10-09 04:12:50 +01:00
parent 920615a067
commit 67736a2fed
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -46,7 +46,7 @@ zone "{{ key }}" {
inline-signing yes;
{%- endif %}
{%- if args['allow-update'] is defined %}
allow-update { {{args['allow-update']}}; };
allow-update { {{ args['allow-update'] }}; };
{%- endif %}
{%- if args.update_policy is defined %}
update-policy {