php-formula/php/fpm.sls
Wolodja Wentland 58c73054ea 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.
2017-03-08 16:06:57 +00:00

9 lines
181 B
Plaintext

{%- from "php/map.jinja" import php with context %}
php-fpm:
pkg.installed:
- name: {{ php.fpm_pkg }}
service.running:
- name: {{ php.fpm_service }}
- enable: True