bundlewrap/bundles/bird/items.py

16 lines
263 B
Python

files = {
'/etc/bird/bird.conf': {
'content_type': 'mako',
'triggers': {
'svc_systemd:bird:reload',
},
},
}
svc_systemd = {
'bird': {
'needs': {
f'file:/etc/bird/bird.conf',
},
},
}