From d6bc0db8795cdffe3c78cfd98b7b07bfd0fe2e2a Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Tue, 24 Oct 2023 17:13:26 +0200 Subject: [PATCH] Moveld from php_changed to phop_repaired --- php.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.cf b/php.cf index a578828..9bada8b 100644 --- a/php.cf +++ b/php.cf @@ -128,7 +128,7 @@ files: edit_template => "$(sys.workdir)/inputs/$(wmde_libdir)/templates/php.ini.mustache", template_method => "mustache", template_data => @(settings), - classes => if_repaired(php_changed); + classes => if_repaired(php_repaired); methods: @@ -145,7 +145,7 @@ methods: "any" usebundle => wmde_install_packages(@(php.fpm_pkgs),"php_fpm"); - "any" usebundle => wmde_service("$(php.fpm_service_name)","php_kept","php_repaired"), + "any" usebundle => wmde_service("$(php.fpm_service_name)","php_kept|php_fpm_kept","php_repaired|php_fpm_repaired"), depends_on =>{ "php_fpm_pkgs_installed", "php_pkgs_installed"