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' %}
|
{% if grains['os_family'] == 'Debian' %}
|
||||||
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
|
{% 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:
|
include:
|
||||||
{% for include_line in apt_cacher_ng.include %}
|
{%- for include_line in apt_cacher_ng.include %}
|
||||||
- {{ include_line }}
|
- {{ include_line }}
|
||||||
{% endfor %}
|
{%- endfor %}
|
||||||
{% endif %}
|
{%- endif %}
|
||||||
|
|
||||||
apt-cacher-ng:
|
apt-cacher-ng:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
|
Loading…
Reference in a new issue