Saltstack Official Nginx Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
250B

  1. # nginx.ng
  2. #
  3. # Meta-state to fully install nginx.
  4. include:
  5. - nginx.ng.config
  6. - nginx.ng.service
  7. - nginx.ng.vhosts
  8. extend:
  9. nginx_service:
  10. service:
  11. - watch:
  12. - file: nginx_config
  13. - require:
  14. - file: nginx_config