php-formula/php/fpm.sls

11 lines
192 B
Plaintext
Raw Normal View History

{% from "php/map.jinja" import php with context %}
2013-07-30 00:27:43 +02:00
php-fpm:
pkg:
- installed
- name: {{ php.fpm_pkg }}
service:
- running
- name: {{ php.fpm_service }}
2013-07-30 00:17:02 +02:00
- enable: True