Minor formatting fix in ng server state sls
This commit is contained in:
parent
ba5262c0b6
commit
9243cf8a38
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
{% if grains['os_family'] == 'Debian' %}
|
||||
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
|
||||
|
||||
{% if 'include' in apt_cacher_ng %}
|
||||
{%- if 'include' in apt_cacher_ng %}
|
||||
include:
|
||||
{% for include_line in apt_cacher_ng.include %}
|
||||
{%- for include_line in apt_cacher_ng.include %}
|
||||
- {{ include_line }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
||||
apt-cacher-ng:
|
||||
pkg.installed:
|
||||
|
|
Loading…
Reference in a new issue