Browse Source

fix : in system.apt

Change-Id: Idb8321ef0fa1811a1169c92b603b43f80413c9f2
pull/132/head
Marek Celoud 7 years ago
parent
commit
4b59cf8ffe
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      linux/system/apt.sls

+ 2
- 2
linux/system/apt.sls View File

@@ -9,9 +9,9 @@ include:

{%- for key, config in system.apt.get('config', {}).iteritems() %}

linux_apt_conf_{{ key }}
linux_apt_conf_{{ key }}:
file.managed:
- name: /etc/apt/apt.conf.d/99{{ key }}-salt:
- name: /etc/apt/apt.conf.d/99{{ key }}-salt
- template: jinja
- source: salt://linux/files/apt.conf
- defaults:

Loading…
Cancel
Save