mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
Use pkg.installed to install nginx (instead of pkg.latest)
This commit is contained in:
parent
6726eaf29b
commit
6ceb2817ee
@ -48,7 +48,7 @@ nginx:
|
||||
- pkg: nginx
|
||||
- pkg: openssl
|
||||
- file: /etc/nginx/nginx.conf
|
||||
pkg.latest:
|
||||
pkg.installed:
|
||||
- name: www-servers/nginx
|
||||
- watch:
|
||||
- portage_config: nginx
|
||||
|
Loading…
Reference in New Issue
Block a user