From 4cdab1e1cdde63d5a37fc63770dfc5e5fc7c02cc Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 31 Mar 2023 17:22:34 +0200 Subject: [PATCH] updated php state --- states/php/config.sls | 2 -- 1 file changed, 2 deletions(-) diff --git a/states/php/config.sls b/states/php/config.sls index d473212..f643776 100644 --- a/states/php/config.sls +++ b/states/php/config.sls @@ -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