2014-05-16 00:06:48 +02:00
|
|
|
# nginx.ng
|
|
|
|
#
|
|
|
|
# Meta-state to fully install nginx.
|
|
|
|
|
|
|
|
include:
|
|
|
|
- nginx.ng.config
|
|
|
|
- nginx.ng.service
|
|
|
|
- nginx.ng.vhosts
|
2015-06-23 21:17:52 +02:00
|
|
|
- nginx.ng.certificates
|
2014-05-16 00:06:48 +02:00
|
|
|
|
|
|
|
extend:
|
|
|
|
nginx_service:
|
|
|
|
service:
|
|
|
|
- watch:
|
|
|
|
- file: nginx_config
|
2014-05-21 06:50:50 +02:00
|
|
|
- require:
|
|
|
|
- file: nginx_config
|
2014-06-19 17:21:39 +02:00
|
|
|
nginx_config:
|
|
|
|
file:
|
|
|
|
- require:
|
2014-06-19 17:25:40 +02:00
|
|
|
- pkg: nginx_install
|