소스 검색

Enforce PPA's on Ubuntu(s) only; not Debian

tags/v0.55.0
N 6 년 전
부모
커밋
b6dc52444c
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      nginx/ng/pkg.sls

+ 3
- 0
nginx/ng/pkg.sls 파일 보기

@@ -51,6 +51,8 @@ nginx_official_repo:
- watch_in:
- pkg: nginx_install

{%- if grains.os not in ('Debian',) %}
## applies to Ubuntu and derivatives only #}
nginx_ppa_repo:
pkgrepo:
{%- if from_ppa %}
@@ -69,6 +71,7 @@ nginx_ppa_repo:
- pkg: nginx_install
- watch_in:
- pkg: nginx_install
{%- endif %}

nginx_phusionpassenger_repo:
pkgrepo:

Loading…
취소
저장