21 lines
322 B
Plaintext
Raw Normal View History

2014-05-15 18:06:48 -04:00
# nginx.ng
#
# Meta-state to fully install nginx.
include:
- nginx.ng.config
- nginx.ng.service
- nginx.ng.vhosts
extend:
nginx_service:
service:
- watch:
- file: nginx_config
2014-05-21 00:50:50 -04:00
- require:
- file: nginx_config
2014-06-19 11:21:39 -04:00
nginx_config:
file:
- require:
2014-06-19 11:25:40 -04:00
- pkg: nginx_install