bundles/{lldp,nfs-server,smartd}: move package dependencies to metadata
This commit is contained in:
parent
a01c28da21
commit
8434eacd94
4 changed files with 16 additions and 11 deletions
|
@ -12,9 +12,6 @@ files = {
|
|||
|
||||
svc_systemd = {
|
||||
'smartd': {
|
||||
'needs': {
|
||||
'pkg_apt:smartmontools',
|
||||
},
|
||||
'enabled': None, # FIXME this is symlinked to smartmontools.service on bullseye
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'smartmontools': {},
|
||||
'nvme-cli': {},
|
||||
'smartmontools': {
|
||||
'needed_by': {
|
||||
'svc_systemd:smartd',
|
||||
},
|
||||
},
|
||||
'nvme-cli': {
|
||||
'needed_by': {
|
||||
'svc_systemd:smartd',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'icinga2_api': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue