no add listen

This commit is contained in:
Antonio J. Delgado 2023-11-28 20:54:15 +02:00
parent 0587a4d3d6
commit 33853a0ea6

View file

@ -315,6 +315,7 @@ class mastodon (
apache::vhost { $hostname:
ensure => $ensure,
access_log_file => $hostname,
add_listen => false,
error_log_file => $hostname,
docroot => "${mastodon_home}/live/public",
manage_docroot => false,