Procházet zdrojové kódy

Fix ppa install for Debian

On Ubuntu, you can take advantage of Personal Package Archives on Launchpad simply by specifying the user and archive name.  On other apt-based systems this must be the complete entry as it would be seen in the sources.list file.
tags/v0.55.0
George Robinson před 8 roky
rodič
revize
6d84de272f
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      nginx/ng/install.sls

+ 6
- 0
nginx/ng/install.sls Zobrazit soubor

@@ -35,7 +35,13 @@ nginx_ppa_repo:
{%- else %}
- absent
{%- endif %}
{% if salt['grains.get']('os') == 'Ubuntu' %}
- ppa: nginx/{{ nginx.ppa_version }}
{% else %}
- name: deb http://ppa.launchpad.net/nginx/{{ nginx.ppa_version }}/ubuntu lucid main
- keyid: C300EE8C
- keyserver: keyserver.ubuntu.com
{% endif %}
- require_in:
- pkg: nginx_install
- watch_in:

Načítá se…
Zrušit
Uložit