소스 검색

fix(states): fix template lookup in apt-cacher/ng/client/config

tags/v0.7.0
Nicolas Rodriguez 5 년 전
부모
커밋
1b288c2efb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      apt-cacher/ng/client/config/file.sls

+ 2
- 1
apt-cacher/ng/client/config/file.sls 파일 보기

@@ -16,7 +16,8 @@ apt-cacher/ng/client/config/file:
- group: root
- mode: '644'
- source: {{ files_switch(['client.conf.tmpl'],
lookup='apt-cacher/ng/client/config/file'
lookup='apt-cacher/ng/client/config/file',
use_subpath=True
)
}}
- template: jinja

Loading…
취소
저장