Browse Source

Merge pull request #152 from jeduardo/pkg_install_fix

Fixed reference to pkg state when installing from official Debian repo
tags/v0.55.0
Javier Bértoli 7 years ago
parent
commit
15a1291495
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      nginx/ng/pkg.sls

+ 2
- 2
nginx/ng/pkg.sls View File

- keyid: ABF5BD827BD9BF62 - keyid: ABF5BD827BD9BF62
- keyserver: keyserver.ubuntu.com - keyserver: keyserver.ubuntu.com
- require_in: - require_in:
- pkg: nginx
- pkg: nginx_install
- watch_in: - watch_in:
- pkg: nginx
- pkg: nginx_install
{%- else %} {%- else %}
nginx_ppa_repo: nginx_ppa_repo:
pkgrepo: pkgrepo:

Loading…
Cancel
Save