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