[mailman3] Fix the ValueError during deployment

It seems that setting `gatenews_every` to 0 is now throwing `ValueError`. Let's
keep this to default (5m) and just ignore the error.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-06-24 17:22:47 +02:00
parent fc5ee402bf
commit 29566b6a6f

View file

@ -29,10 +29,6 @@ pid_file: /run/mailman3/master.pid
class: mailman.database.postgresql.PostgreSQLDatabase
url: postgresql://mailmanadmin:{{ mailman_mailman_db_pass }}@{{ mailman_db_server }}/mailman
# As we don't have a NNTP server let's disable the runner
[nntp]
gatenews_every: 0
[archiver.hyperkitty]
class: mailman_hyperkitty.Archiver
enable: yes