bundlewrap/bundles/bird/items.py
2021-09-29 19:45:18 +02:00

18 lines
291 B
Python

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',
},
},
}