Merge pull request #134 from dseira/master

Fix to be able to create the pools folder in the fpm
This commit is contained in:
Niels Abspoel 2017-08-31 10:03:57 +02:00 committed by GitHub
commit bb1be9cefd

View File

@ -19,3 +19,11 @@ php_fpm_ini_config:
php_fpm_conf_config:
{{ 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