paulbsd-salt/states/php/service.sls

8 lines
160 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
2021-09-25 16:05:07 +02:00
{%- from "php/map.jinja" import php with context %}
2020-07-10 00:58:55 +02:00
php-fpm-service:
service.running:
2021-09-25 16:05:07 +02:00
- name: {{ php.service }}
2020-09-12 17:41:35 +02:00
- enable: true
2021-08-19 21:15:24 +02:00
- reload: true