mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-23 05:52:19 +00:00
fix broken nginx state
This commit is contained in:
parent
eeb54a0d4b
commit
146d4811a2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
nginx:
|
nginx:
|
||||||
pkg.installed: []
|
pkg.installed: []
|
||||||
service.running:
|
service.running:
|
||||||
- require
|
- require:
|
||||||
- pkg: nginx
|
- pkg: nginx
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue