This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fixed reference to pkg state when installing from official Debian repo
susefix
J. Eduardo
7 years ago
parent
c6f230f43a
commit
fb818fc4cd
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+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:
Write
Preview
Loading…
Cancel
Save