[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:
parent
fc5ee402bf
commit
29566b6a6f
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ pid_file: /run/mailman3/master.pid
|
||||||
class: mailman.database.postgresql.PostgreSQLDatabase
|
class: mailman.database.postgresql.PostgreSQLDatabase
|
||||||
url: postgresql://mailmanadmin:{{ mailman_mailman_db_pass }}@{{ mailman_db_server }}/mailman
|
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]
|
[archiver.hyperkitty]
|
||||||
class: mailman_hyperkitty.Archiver
|
class: mailman_hyperkitty.Archiver
|
||||||
enable: yes
|
enable: yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue