X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a9d45436d97848d3c7724f1759b7d01d48909e7f..06de4653845b4a47851fb30fe61cca314ac6af6f:/cookbooks/exim/templates/default/default.erb diff --git a/cookbooks/exim/templates/default/default.erb b/cookbooks/exim/templates/default/default.erb index 8b34fcde2..2add21838 100644 --- a/cookbooks/exim/templates/default/default.erb +++ b/cookbooks/exim/templates/default/default.erb @@ -1,6 +1,6 @@ # DO NOT EDIT - This file is being maintained by Chef -<% if node.platform?("ubuntu") && node[:lsb][:release].to_f >= 22.04 -%> +<% if node.platform?("debian") || (node.platform?("ubuntu") && node[:lsb][:release].to_f >= 22.04) -%> # options for update-exim4.conf UPEX4OPTS='' # options for exim4 @@ -27,4 +27,4 @@ QFLAGS='' SMTPLISTENEROPTIONS='' <% end -%> # only warn once about each error -E4BCD_WATCH_PANICLOG='once' +E4BCD_WATCH_PANICLOG='no'