Saltstack Official PHP 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 line
337B

  1. {% if grains['os_family'] in ["Debian", "FreeBSD"] %}
  2. include:
  3. - php.ng.deprecated
  4. - php.ng.apache2.install
  5. {% endif %} #END: os = Debian|FreeBSD
  6. {% if grains['os_family'] == "Debian" %}
  7. - php.ng.apache2.ini
  8. extend:
  9. php_apache2_ini:
  10. file:
  11. - require:
  12. - sls: php.ng.apache2.install
  13. {% endif %} #END: os = debian