X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=cmd%2Fsafcm%2Fconfig%2Ftriggers_test.go;h=63d702aeda97b9bfed0e1545771082a32a3b53e8;hb=b731ef4979de9e533ce9bb35110ab2b769e2eed4;hp=43c3a557882255e870a737ecd9c43ccc7b012368;hpb=91283c7517bd49d9c7cb4114454cdd7644a442a0;p=safcm%2Fsafcm.git diff --git a/cmd/safcm/config/triggers_test.go b/cmd/safcm/config/triggers_test.go index 43c3a55..63d702a 100644 --- a/cmd/safcm/config/triggers_test.go +++ b/cmd/safcm/config/triggers_test.go @@ -90,6 +90,19 @@ This is GNU/Linux host {{if .InGroup "detected_freebsd"}} This is FreeBSD host {{end}} + +{{if .InGroup "all"}} +all +{{end}} +{{if .InGroup "host1.example.org"}} +host1.example.org +{{end}} +{{if .InGroup "host2"}} +host2 +{{end}} +{{if .InGroup "host3.example.net"}} +host3.example.net +{{end}} `), }, "/etc/rc.local": {