Saltstack Official PHP Formula
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- # php.ng.fpm
- #
- # Meta-state to fully install php.
-
- include:
- - php.ng.fpm.config
- - php.ng.fpm.service
- - php.ng.fpm.pools
-
- extend:
- php_fpm_service:
- service:
- - watch:
- - file: php_fpm_ini_config
- - file: php_fpm_conf_config
- - require:
- - file: php_fpm_ini_config
- - file: php_fpm_conf_config
|