Handle for wget installed

This commit is contained in:
Charlie Root 2023-11-16 21:26:43 +01:00
parent 20683ccbc4
commit 94abf0568a
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ vars:
bundle agent install_wget
{
methods:
"any" usebundle => wmde_install_packages(@(wget.pkgs),"wget");
"any" usebundle => wmde_install_packages(@(wget.pkgs),"wget"),
handle=>"wget_installed";
}