bundlewrap/bundles/lldp/metadata.py
Franzi bd45def053
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
bundles/{lldpd,nfs-server}: fix dependencies
2022-02-19 17:49:53 +01:00

25 lines
562 B
Python

defaults = {
'apt': {
'packages': {
'lldpd': {
'needed_by': {
'directory:/etc/lldpd.d',
'file:/etc/lldpd.conf',
'svc_systemd:lldpd',
},
},
},
},
'pacman': {
'packages': {
'lldpd': {
'needed_by': {
'directory:/etc/lldpd.d',
'file:/etc/lldpd.conf',
'svc_systemd:lldpd',
},
},
},
},
}