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'