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 година
12345678910111213
  1. # php.ng.ini.sls
  2. #
  3. # Generic php.ini management state.
  4. {% from "php/ng/map.jinja" import php with context %}
  5. {% from "php/ng/macro.jinja" import sls_block, serialize %}
  6. php_ini:
  7. file.managed:
  8. {{ sls_block(php.ini.file_opts) }}
  9. - source: salt://php/ng/files/php.ini
  10. - template: jinja
  11. - context:
  12. config: {{ serialize(php.ini.settings) }}