From 33853a0ea68991b54cc796e31153c86c45170266 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 20:54:15 +0200 Subject: [PATCH] no add listen --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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,