Installs also tar
This commit is contained in:
parent
bc3302193e
commit
578ba9e6de
7
wget.cf
7
wget.cf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue