paulbsd-salt/states/php/service.sls

6 lines
100 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
php-fpm-service:
service.running:
- name: php7.3-fpm
- enable: True
- reload: True