Change-Id: Idb8321ef0fa1811a1169c92b603b43f80413c9f2pull/132/head
{%- for key, config in system.apt.get('config', {}).iteritems() %} | {%- for key, config in system.apt.get('config', {}).iteritems() %} | ||||
linux_apt_conf_{{ key }} | |||||
linux_apt_conf_{{ key }}: | |||||
file.managed: | file.managed: | ||||
- name: /etc/apt/apt.conf.d/99{{ key }}-salt: | |||||
- name: /etc/apt/apt.conf.d/99{{ key }}-salt | |||||
- template: jinja | - template: jinja | ||||
- source: salt://linux/files/apt.conf | - source: salt://linux/files/apt.conf | ||||
- defaults: | - defaults: |