Installs also tar

This commit is contained in:
Tobias Herre 2023-10-28 01:12:58 +02:00
parent bc3302193e
commit 578ba9e6de
1 changed files with 2 additions and 5 deletions

View File

@ -2,14 +2,11 @@
bundle agent wget bundle agent wget
{ {
vars: vars:
"pkgs" slist => {"wget"}; "pkgs" slist => {"wget","tar"};
"exe" string => "/usr/bin/wget";
freebsd:: freebsd::
"exe" string => "/usr/local/bin/wget"; "exe" string => "/usr/local/bin/wget";
debian::
"exe" string => "/usr/bin/wget";
} }
bundle agent install_wget bundle agent install_wget