浏览代码

Merge pull request #207 from noelmcloughlin/fixes3

Enforce PPA's on Ubuntu(s) only; not Debian
tags/v0.55.0
Niels Abspoel 6 年前
父节点
当前提交
60b8e74bc0
没有帐户链接到提交者的电子邮件
共有 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:

正在加载...
取消
保存