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.

init.sls 213B

123456789101112
  1. # Installs php-cli and manages the associated php.ini
  2. include:
  3. - php.ng.deprecated
  4. - php.ng.cli.install
  5. - php.ng.cli.ini
  6. extend:
  7. php_cli_ini:
  8. file:
  9. - require:
  10. - sls: php.ng.cli.install