bundles/lldp: support arch linux
This commit is contained in:
parent
e54fd79bcd
commit
75224f0d5c
2 changed files with 24 additions and 8 deletions
12
bundles/lldp/metadata.py
Normal file
12
bundles/lldp/metadata.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'lldpd': {},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'lldpd': {},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue