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.

15 lines
379B

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