various bundles: fix dependencies
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3455e6daa2
commit
a01c28da21
4 changed files with 20 additions and 18 deletions
|
@ -1,12 +1,24 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'lldpd': {},
|
||||
'lldpd': {
|
||||
'needed_by': [
|
||||
'directory:/etc/lldpd.d',
|
||||
'file:/etc/lldp.conf',
|
||||
'svc_systemd:lldpd',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'lldpd': {},
|
||||
'lldpd': {
|
||||
'needed_by': [
|
||||
'directory:/etc/lldpd.d',
|
||||
'file:/etc/lldp.conf',
|
||||
'svc_systemd:lldpd',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue