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