bundles/icinga2: add hostgroup for every bw group
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2020-11-21 22:46:29 +01:00
parent 12cf03e03f
commit 0bc4b5439c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 22 additions and 2 deletions

View file

@ -129,6 +129,16 @@ files = {
'svc_systemd:icinga2:restart',
},
},
'/etc/icinga2/conf.d/groups.conf': {
'source': 'icinga2/groups.conf',
'content_type': 'mako',
'needs': {
'pkg_apt:icinga2',
},
'triggers': {
'svc_systemd:icinga2:restart',
},
},
'/etc/icinga2/conf.d/templates.conf': {
'source': 'icinga2/templates.conf',
'needs': {