- // apt.conf file managed by salt-minion
- // DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
-
- {%- for key, value in config.items() %}
- {{ key }} {% if value is iterable and value is not string %}{ {% for entry in value %}"{{ entry }}";{% endfor %} } {% else %}{{ value }};{% endif %}
- {%- endfor %}
- {#-
- vim: syntax=jinja
- -#}
|