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