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.

ini.sls 292B

123456789101112
  1. {% from "php/ng/map_ng.jinja" import php with context %}
  2. php-ini:
  3. file.managed:
  4. - name: {{ php.lookup.php_ini }}
  5. - source: salt://php/ng/files/php.ini.jinja
  6. - user: root
  7. - group: root
  8. - mode: 644
  9. - template: jinja
  10. - context:
  11. config: {{ php.ini_settings }}