diff --git a/manifests/init.pp b/manifests/init.pp index a9c2a97..20c2c8f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,