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

16 行
400B

  1. # ``apache`` formula configuration:
  2. apache:
  3. server: apache2
  4. service: apache2
  5. conf: /etc/apache2/conf.d
  6. mod_wsgi: mod_wsgi
  7. # ``apache.debian_full`` formula additional configuration:
  8. apache:
  9. register-site:
  10. # any name as an array index, and you can duplicate this section
  11. {{UNQIUE}}:
  12. name: 'my name'
  13. path: 'salt://path/to/sites-available/conf/file'
  14. state: 'enabled'