paulbsd-salt/states/php/service.sls
2021-09-25 16:05:07 +02:00

8 lines
160 B
Plaintext

---
{%- from "php/map.jinja" import php with context %}
php-fpm-service:
service.running:
- name: {{ php.service }}
- enable: true
- reload: true