add bundle:bird
This commit is contained in:
parent
fe44417b14
commit
30d4d989fc
3 changed files with 134 additions and 0 deletions
17
bundles/bird/items.py
Normal file
17
bundles/bird/items.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
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',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue