Ver código fonte

Merge pull request #207 from noelmcloughlin/fixes3

Enforce PPA's on Ubuntu(s) only; not Debian
tags/v0.55.0
Niels Abspoel 6 anos atrás
pai
commit
60b8e74bc0
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      nginx/ng/pkg.sls

+ 3
- 0
nginx/ng/pkg.sls Ver arquivo

@@ -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:

Carregando…
Cancelar
Salvar