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.

преди 10 години
преди 10 години
преди 10 години
преди 10 години
123456789101112
  1. # php.ng.ini.sls
  2. #
  3. # Generic php.ini management state.
  4. {% from "php/ng/map.jinja" import php, sls_block with context %}
  5. php_ini:
  6. file.managed:
  7. {{ sls_block(php.ini.file_opts) }}
  8. - source: salt://php/ng/files/php.ini
  9. - template: jinja
  10. - context:
  11. config: {{ php.ini.settings }}