php-formula/php/ng/hhvm/init.sls
Niels Abspoel f5c967fb6c Improve config file handling hhvm.
In order to reuse the default structure of this formula
I changed the config a little bit to configure hhvm files.
2015-07-25 22:15:28 +02:00

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