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.

123456789
  1. # Manages the php cli main ini file
  2. {% from 'php/ng/map.jinja' import php with context %}
  3. {% from "php/ng/ini.jinja" import php_ini %}
  4. {% set settings = php.ini.defaults %}
  5. {% do settings.update(php.cli.ini.settings) %}
  6. php_cli_ini:
  7. {{ php_ini(php.lookup.cli.ini, php.cli.ini.opts, settings) }}