From 58c73054eab2db73f07eaf98ebf2bd1d09df3dd6 Mon Sep 17 00:00:00 2001 From: Wolodja Wentland Date: Wed, 8 Mar 2017 16:06:57 +0000 Subject: [PATCH] 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. --- php/fpm.sls | 3 --- 1 file changed, 3 deletions(-) diff --git a/php/fpm.sls b/php/fpm.sls index 40f789f..d714ce0 100644 --- a/php/fpm.sls +++ b/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 }}