Saltstack Official Apache Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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'