Merge pull request #73689 from dminuoso/rspamd-fix-fuzzy-worker

rspamd: Specify correct type for fuzzy worker
This commit is contained in:
Peter Simons 2019-11-18 14:33:11 +01:00 committed by GitHub
commit 08c3826eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ let
}; };
type = mkOption { type = mkOption {
type = types.nullOr (types.enum [ type = types.nullOr (types.enum [
"normal" "controller" "fuzzy_storage" "rspamd_proxy" "lua" "proxy" "normal" "controller" "fuzzy" "rspamd_proxy" "lua" "proxy"
]); ]);
description = '' description = ''
The type of this worker. The type <literal>proxy</literal> is The type of this worker. The type <literal>proxy</literal> is