소스 검색

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

tags/v0.34.0
David Seira 7 년 전
부모
커밋
177ac39956
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      php/ng/fpm/config.sls

+ 8
- 0
php/ng/fpm/config.sls 파일 보기

@@ -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…
취소
저장