58c73054ea
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.
9 lines
181 B
Plaintext
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
|