From a1e2c21bcba494fa03764dff0d27906edceeab6e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 31 May 2022 11:32:55 +0200 Subject: [PATCH] Fix abuse address info in XMPP service discovery It wasn't replacing the @HOST@ placeholder with the actual vhost domain. --- site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb b/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb index d8f8a48..56a27ba 100644 --- a/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb +++ b/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb @@ -201,7 +201,7 @@ modules: - modules: all name: "abuse-addresses" - urls: ["mailto:abuse@@HOST@"] + urls: ["mailto:abuse@kosmos.org"] mod_bosh: {} mod_last: {} mod_mam: