Franziska Kunsmann
bd45def053
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
24 lines
562 B
Python
24 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',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|