Saltstack Official Nginx Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

init.sls 322B

1234567891011121314151617181920
  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
  15. nginx_config:
  16. file:
  17. - require:
  18. - pkg: nginx_install