bundles/{lldpd,nfs-server}: fix dependencies
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5de7e0245a
commit
bd45def053
3 changed files with 4 additions and 5 deletions
|
@ -4,7 +4,7 @@ defaults = {
|
|||
'lldpd': {
|
||||
'needed_by': {
|
||||
'directory:/etc/lldpd.d',
|
||||
'file:/etc/lldp.conf',
|
||||
'file:/etc/lldpd.conf',
|
||||
'svc_systemd:lldpd',
|
||||
},
|
||||
},
|
||||
|
@ -15,7 +15,7 @@ defaults = {
|
|||
'lldpd': {
|
||||
'needed_by': {
|
||||
'directory:/etc/lldpd.d',
|
||||
'file:/etc/lldp.conf',
|
||||
'file:/etc/lldpd.conf',
|
||||
'svc_systemd:lldpd',
|
||||
},
|
||||
},
|
||||
|
|
|
@ -15,6 +15,5 @@ actions = {
|
|||
}
|
||||
|
||||
svc_systemd = {
|
||||
'nfs-server': {
|
||||
},
|
||||
'nfs-server': {},
|
||||
}
|
||||
|
|
|
@ -5,8 +5,8 @@ defaults = {
|
|||
'packages': {
|
||||
'nfs-server': {
|
||||
'needed_by': {
|
||||
'svc_systemd:nfs-kernel-server',
|
||||
'action:nfs_reload_shares',
|
||||
'svc_systemd:nfs-server',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue