Initial commit
This commit is contained in:
parent
c826f0a139
commit
4da4e6e5e4
|
@ -0,0 +1,20 @@
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
bundle agent git
|
||||||
|
{
|
||||||
|
vars:
|
||||||
|
freebsd::
|
||||||
|
"pkgs" slist => { "git" };
|
||||||
|
"exe" string => "/usr/local/bin/git";
|
||||||
|
|
||||||
|
debian::
|
||||||
|
"pkgs" slist => { "git" };
|
||||||
|
"exe" string => "/usr/bin/git";
|
||||||
|
}
|
||||||
|
|
||||||
|
bundle agent install_git
|
||||||
|
{
|
||||||
|
methods:
|
||||||
|
"any" usebundle => wmde_install_packages(@(git.pkgs),"git");
|
||||||
|
}
|
Loading…
Reference in New Issue