소스 검색

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…
취소
저장