updated php state

This commit is contained in:
Paul 2023-03-31 17:22:34 +02:00
parent 9f8afd1ef8
commit 4cdab1e1cd

View File

@ -4,7 +4,6 @@
php-config:
ini.options_present:
- name: {{ php.config_file }}
- separator: '='
- sections: {{ php.config }}
- watch_in:
- service: php-fpm-service
@ -14,7 +13,6 @@ php-config:
php-fpm-config:
ini.options_present:
- name: {{ php.fpm.config_file }}
- separator: '='
- sections: {{ php.fpm.config }}
- watch_in:
- service: php-fpm-service