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.

22 line
348B

  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. - nginx.ng.certificates
  9. extend:
  10. nginx_service:
  11. service:
  12. - watch:
  13. - file: nginx_config
  14. - require:
  15. - file: nginx_config
  16. nginx_config:
  17. file:
  18. - require:
  19. - pkg: nginx_install