Merge pull request #134 from dseira/master
Fix to be able to create the pools folder in the fpm
This commit is contained in:
commit
bb1be9cefd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user