9 lines
180 B
Plaintext
9 lines
180 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
|