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.
|
- # Meta-state to fully install php.hhvm
-
- include:
- - php.hhvm.repo
- - php.hhvm.config
- - php.hhvm.service
-
- extend:
- php_hhvm_service:
- service:
- - watch:
- - file: php_hhvm_ini_config
- - file: php_hhvm_conf_config
- - require:
- - sls: php.hhvm.config
- php_hhvm_ini_config:
- file:
- - require:
- - pkg: php_install_hhvm
- php_hhvm_conf_config:
- file:
- - require:
- - pkg: php_install_hhvm
|