소스 검색

Do not include php state in php.fpm

Including php in php.fpm makes it hard to use php fpm with webservers such as
nginx or lighttpd on, at least, Debian and derivatives.

This fixes #124.
tags/v0.34.0
Wolodja Wentland 7 년 전
부모
커밋
58c73054ea
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      php/fpm.sls

+ 0
- 3
php/fpm.sls 파일 보기

@@ -1,8 +1,5 @@
{%- from "php/map.jinja" import php with context %}

include:
- php

php-fpm:
pkg.installed:
- name: {{ php.fpm_pkg }}

Loading…
취소
저장