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.
This commit is contained in:
Wolodja Wentland 2017-03-08 16:06:57 +00:00
parent ee6ae4fd33
commit 58c73054ea

View File

@ -1,8 +1,5 @@
{%- from "php/map.jinja" import php with context %}
include:
- php
php-fpm:
pkg.installed:
- name: {{ php.fpm_pkg }}