Browse Source

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

tags/v0.55.0
N 6 years ago
parent
commit
b6dc52444c
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      nginx/ng/pkg.sls

+ 3
- 0
nginx/ng/pkg.sls View File

- watch_in: - watch_in:
- pkg: nginx_install - pkg: nginx_install


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


nginx_phusionpassenger_repo: nginx_phusionpassenger_repo:
pkgrepo: pkgrepo:

Loading…
Cancel
Save