Browse Source

Minor formatting fix in ng server state sls

tags/v0.5.0
Adam Bolte 8 years ago
parent
commit
9243cf8a38
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      apt-cacher/ng/server.sls

+ 4
- 4
apt-cacher/ng/server.sls View File

{% 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 %}
{% endif %}
{%- endfor %}
{%- endif %}


apt-cacher-ng: apt-cacher-ng:
pkg.installed: pkg.installed:

Loading…
Cancel
Save