mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-16 17:50:26 +00:00
11 lines
210 B
Text
11 lines
210 B
Text
{%- from "php/map.jinja" import php with context %}
|
|
|
|
include:
|
|
- php.deprecated
|
|
|
|
php-fpm:
|
|
pkg.installed:
|
|
- name: {{ php.fpm_pkg }}
|
|
service.running:
|
|
- name: {{ php.fpm_service }}
|
|
- enable: True
|