소스 검색

don't try to load pkgrepo on non-Debian distros

fixes #83 by wrapping contents of pkgrepo/init.sls in an {% if %}.

Change-Id: I8260fdf5cf802c0b28197516da374add6c3002a2
master
Will Saxon 10 년 전
부모
커밋
ae8e4ca492
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      salt/pkgrepo/init.sls

+ 2
- 0
salt/pkgrepo/init.sls 파일 보기

@@ -1,2 +1,4 @@
{% if grains['os_family'] == 'Debian' %}
include:
- .{{ grains['os']|lower }}
{% endif %}

Loading…
취소
저장