Fix to be able to create the pools folder in the fpm. Remi repository in CentOS doesn't create it by default.

This commit is contained in:
David Seira 2017-08-29 19:54:48 +02:00 committed by David Seira
parent 64cc8f9ffd
commit 177ac39956

View File

@ -19,3 +19,11 @@ php_fpm_ini_config:
php_fpm_conf_config: php_fpm_conf_config:
{{ php_ini(php.lookup.fpm.conf, php.fpm.config.conf.opts, conf_settings) }} {{ php_ini(php.lookup.fpm.conf, php.fpm.config.conf.opts, conf_settings) }}
{{ php.lookup.fpm.pools }}:
file.directory:
- name: {{ php.lookup.fpm.pools }}
- user: root
- group: root
- file_mode: 755
- make_dirs: True