f5c967fb6c
In order to reuse the default structure of this formula I changed the config a little bit to configure hhvm files.
24 lines
463 B
Plaintext
24 lines
463 B
Plaintext
# 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
|