Browse Source

Merge pull request #134 from dseira/master

Fix to be able to create the pools folder in the fpm
tags/v0.34.0
Niels Abspoel 7 years ago
parent
commit
bb1be9cefd
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      php/ng/fpm/config.sls

+ 8
- 0
php/ng/fpm/config.sls 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

Loading…
Cancel
Save