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

@@ -20,9 +20,9 @@ nginx-official-repo:
- keyid: ABF5BD827BD9BF62
- keyserver: keyserver.ubuntu.com
- require_in:
- pkg: nginx
- pkg: nginx_install
- watch_in:
- pkg: nginx
- pkg: nginx_install
{%- else %}
nginx_ppa_repo:
pkgrepo:

Loading…
Cancel
Save