瀏覽代碼

fix : in system.apt

Change-Id: Idb8321ef0fa1811a1169c92b603b43f80413c9f2
pull/132/head
Marek Celoud 7 年之前
父節點
當前提交
4b59cf8ffe
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      linux/system/apt.sls

+ 2
- 2
linux/system/apt.sls 查看文件

@@ -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…
取消
儲存