php-formula/php/fpm.sls

11 lines
192 B
Plaintext
Raw Normal View History

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