wget istall some pkgs which are missong on some ssyystems

This commit is contained in:
Tube 2023-11-01 15:59:49 +01:00
parent 9d503a50a2
commit eb537b7231
1 changed files with 9 additions and 1 deletions

10
wget.cf
View File

@ -1,8 +1,16 @@
#
#
#
bundle agent wget
{
vars:
"pkgs" slist => {"wget","tar"};
freebsd::
"pkgs" slist => {"wget","curl"};
centos::
"pkgs" slist => {"wget","tar","bzip2","xz","unzip"};
"exe" string => "/usr/bin/wget";
freebsd::