From: Tom Hughes Date: Sat, 3 Dec 2022 14:53:15 +0000 (+0000) Subject: Run the exim exporter as the exim user X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/d6a076a84ca4ee8b40f7ea2dd5f0c79366d77acf?ds=inline Run the exim exporter as the exim user --- diff --git a/cookbooks/exim/recipes/default.rb b/cookbooks/exim/recipes/default.rb index 62b874e2a..26a07e3ae 100644 --- a/cookbooks/exim/recipes/default.rb +++ b/cookbooks/exim/recipes/default.rb @@ -224,6 +224,7 @@ munin_plugin "exim_mailstats" prometheus_exporter "exim" do port 9636 + user "Debian-exim" end if node[:exim][:smarthost_name]