bundlewrap/bundles/bird/items.py

18 lines
291 B
Python
Raw Normal View History

2021-09-29 17:45:18 +00:00
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',
},
},
}