Saltstack Official PHP Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

init.sls 485B

123456789101112131415161718192021222324
  1. # Meta-state to fully install php.hhvm
  2. include:
  3. - php.ng.deprecated
  4. - php.ng.hhvm.repo
  5. - php.ng.hhvm.config
  6. - php.ng.hhvm.service
  7. extend:
  8. php_hhvm_service:
  9. service:
  10. - watch:
  11. - file: php_hhvm_ini_config
  12. - file: php_hhvm_conf_config
  13. - require:
  14. - sls: php.ng.hhvm.config
  15. php_hhvm_ini_config:
  16. file:
  17. - require:
  18. - pkg: php_install_hhvm
  19. php_hhvm_conf_config:
  20. file:
  21. - require:
  22. - pkg: php_install_hhvm