various bundles: 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
3455e6daa2
commit
a01c28da21
4 changed files with 20 additions and 18 deletions
|
@ -16,8 +16,5 @@ actions = {
|
|||
|
||||
svc_systemd = {
|
||||
'nfs-server': {
|
||||
'needs': {
|
||||
'pkg_apt:nfs-kernel-server',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -3,7 +3,12 @@ from bundlewrap.metadata import atomic
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'nfs-kernel-server': {}
|
||||
'nfs-server': {
|
||||
'needed_by': [
|
||||
'svc_systemd:nfs-kernel-server',
|
||||
'action:nfs_reload_shares',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue