Change-Id: I813a2fb6e3d155e3b93d25bee60b7a91e5fe2bbdatp-proxy
{%- 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: |