Initial commit
This commit is contained in:
parent
0d9b9a7cd5
commit
aa69222ecd
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
bundle agent redis
|
||||
{
|
||||
vars:
|
||||
"pkgs" slist => {
|
||||
"redis"
|
||||
};
|
||||
"service_name" string => "redis";
|
||||
|
||||
}
|
||||
|
||||
|
||||
bundle agent install_redis
|
||||
{
|
||||
methods:
|
||||
"any" usebundle => wmde_install_packages(@(redis.pkgs),"redis");
|
||||
"any" usebundle => wmde_service("$(redis.service_name)","redis_kept","redis_repaired");
|
||||
}
|
Loading…
Reference in New Issue