bundlewrap/bundles/bird/items.py

17 lines
263 B
Python
Raw Normal View History

2021-09-29 19:45:18 +02:00
files = {
2025-01-06 20:12:06 +01:00
'/etc/bird/bird.conf': {
2021-09-29 19:45:18 +02:00
'content_type': 'mako',
'triggers': {
'svc_systemd:bird:reload',
},
},
}
svc_systemd = {
'bird': {
'needs': {
2025-01-06 20:12:06 +01:00
f'file:/etc/bird/bird.conf',
2021-09-29 19:45:18 +02:00
},
},
}