From 60cdf0096fd75f72ce5f7946834b06876b11347c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 9 Sep 2024 19:12:48 +0100 Subject: [PATCH] Use new style exim defaults on Debian --- cookbooks/exim/templates/default/default.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/exim/templates/default/default.erb b/cookbooks/exim/templates/default/default.erb index 569e36739..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 -- 2.39.5