]> git.openstreetmap.org Git - chef.git/commitdiff
Tweak mediawiki SMTP configuration
authorTom Hughes <tom@compton.nu>
Tue, 29 Nov 2022 21:21:11 +0000 (21:21 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 29 Nov 2022 21:21:11 +0000 (21:21 +0000)
cookbooks/mediawiki/templates/default/LocalSettings.php.erb

index e808f06a7e83f1c9cad0b9f5ff6ed722c2ebf19d..b7788396f4cd4ad180007c7f9623ddc4fded42ce 100644 (file)
@@ -56,7 +56,6 @@ $wgEnotifUseJobQ       = true;
 
 $wgSMTP = [
   "host" => "localhost",
-  "localhost" => "<%= node[:fqdn] %>",
   "socket_options" => [
     "ssl" => [
       "verify_peer_name" => false