18 lines
291 B
Python
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',
|
||
|
},
|
||
|
},
|
||
|
}
|