Saltstack Official Apache 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.

16 line
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'