add bundle:bird

This commit is contained in:
Franzi 2021-09-29 19:45:18 +02:00
parent fe44417b14
commit 30d4d989fc
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 134 additions and 0 deletions

17
bundles/bird/items.py Normal file
View file

@ -0,0 +1,17 @@
files = {
'/etc/bird/bird.conf': {
'content_type': 'mako',
'triggers': {
'svc_systemd:bird:reload',
},
},
}
svc_systemd = {
'bird': {
'needs': {
'file:/etc/bird/bird.conf',
'pkg_apt:bird2',
},
},
}