wget istall some pkgs which are missong on some ssyystems
This commit is contained in:
parent
9d503a50a2
commit
eb537b7231
10
wget.cf
10
wget.cf
|
@ -1,8 +1,16 @@
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
bundle agent wget
|
bundle agent wget
|
||||||
{
|
{
|
||||||
vars:
|
vars:
|
||||||
"pkgs" slist => {"wget","tar"};
|
freebsd::
|
||||||
|
"pkgs" slist => {"wget","curl"};
|
||||||
|
centos::
|
||||||
|
"pkgs" slist => {"wget","tar","bzip2","xz","unzip"};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"exe" string => "/usr/bin/wget";
|
"exe" string => "/usr/bin/wget";
|
||||||
freebsd::
|
freebsd::
|
||||||
|
|
Loading…
Reference in New Issue