Moveld from php_changed to phop_repaired
This commit is contained in:
parent
2f6eb07cc8
commit
d6bc0db879
4
php.cf
4
php.cf
|
@ -128,7 +128,7 @@ files:
|
||||||
edit_template => "$(sys.workdir)/inputs/$(wmde_libdir)/templates/php.ini.mustache",
|
edit_template => "$(sys.workdir)/inputs/$(wmde_libdir)/templates/php.ini.mustache",
|
||||||
template_method => "mustache",
|
template_method => "mustache",
|
||||||
template_data => @(settings),
|
template_data => @(settings),
|
||||||
classes => if_repaired(php_changed);
|
classes => if_repaired(php_repaired);
|
||||||
|
|
||||||
|
|
||||||
methods:
|
methods:
|
||||||
|
@ -145,7 +145,7 @@ methods:
|
||||||
"any" usebundle => wmde_install_packages(@(php.fpm_pkgs),"php_fpm");
|
"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 =>{
|
depends_on =>{
|
||||||
"php_fpm_pkgs_installed",
|
"php_fpm_pkgs_installed",
|
||||||
"php_pkgs_installed"
|
"php_pkgs_installed"
|
||||||
|
|
Loading…
Reference in New Issue