Moveld from php_changed to phop_repaired

This commit is contained in:
Tobias Herre 2023-10-24 17:13:26 +02:00
parent 2f6eb07cc8
commit d6bc0db879
1 changed files with 2 additions and 2 deletions

4
php.cf
View File

@ -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"