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