bundles/lldp: support arch linux

This commit is contained in:
Franzi 2021-02-18 15:10:50 +01:00
parent e54fd79bcd
commit 75224f0d5c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 24 additions and 8 deletions

12
bundles/lldp/metadata.py Normal file
View file

@ -0,0 +1,12 @@
defaults = {
'apt': {
'packages': {
'lldpd': {},
},
},
'pacman': {
'packages': {
'lldpd': {},
},
},
}