bundles/rspamd: fix some dependencies
This commit is contained in:
parent
c9a1de5a8e
commit
66fce8e076
2 changed files with 10 additions and 1 deletions
|
@ -26,6 +26,9 @@ directories = {
|
|||
'owner': '_rspamd',
|
||||
'group': '_rspamd',
|
||||
'mode': '0750',
|
||||
'needs': {
|
||||
'pkg_apt:rspamd',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,12 @@ defaults = {
|
|||
'clamav': {},
|
||||
'clamav-daemon': {},
|
||||
'clamav-freshclam': {},
|
||||
'clamav-unofficial-sigs': {},
|
||||
'clamav-unofficial-sigs': {
|
||||
'needs': {
|
||||
'pkg_apt:clamav',
|
||||
'pkg_apt:clamav-daemon',
|
||||
},
|
||||
},
|
||||
'rspamd': {},
|
||||
},
|
||||
},
|
||||
|
@ -58,6 +63,7 @@ defaults = {
|
|||
'tank/rspamd/rspamd': {
|
||||
'mountpoint': '/var/lib/rspamd',
|
||||
'needed_by': {
|
||||
'directory:/var/lib/rspamd/dkim',
|
||||
'pkg_apt:rspamd',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue