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.

26 lines
518B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. default:
  4. version: '2.4'
  5. Ubuntu-12.04:
  6. version: '2.2'
  7. Red Hat Enterprise Linux Server-6:
  8. version: '2.2'
  9. Red Hat Enterprise Linux Server-7:
  10. version: '2.4'
  11. CentOS-6:
  12. version: '2.2'
  13. CentOS Linux-7:
  14. version: '2.4'
  15. conf_mod_wsgi: '/etc/httpd/conf.modules.d/10-wsgi.conf'
  16. Oracle Linux Server-6:
  17. version: '2.2'
  18. Oracle Linux Server-7:
  19. version: '2.4'
  20. Amazon Linux AMI-2014:
  21. version: '2.2'
  22. Amazon Linux AMI-2015:
  23. version: '2.2'
  24. Amazon Linux AMI-2016:
  25. version: '2.2'