From 578ba9e6de72ea4c5ae0507a8002d0cda4c5289a Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Sat, 28 Oct 2023 01:12:58 +0200 Subject: [PATCH] Installs also tar --- wget.cf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wget.cf b/wget.cf index 255e241..1269045 100644 --- a/wget.cf +++ b/wget.cf @@ -2,14 +2,11 @@ bundle agent wget { vars: - "pkgs" slist => {"wget"}; + "pkgs" slist => {"wget","tar"}; + "exe" string => "/usr/bin/wget"; freebsd:: "exe" string => "/usr/local/bin/wget"; - debian:: - "exe" string => "/usr/bin/wget"; - - } bundle agent install_wget