]> git.openstreetmap.org Git - chef.git/commitdiff
Run the exim exporter as the exim user
authorTom Hughes <tom@compton.nu>
Sat, 3 Dec 2022 14:53:15 +0000 (14:53 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 3 Dec 2022 14:53:42 +0000 (14:53 +0000)
cookbooks/exim/recipes/default.rb

index 62b874e2aa173f4979a90a1bcdffa4bfda6e4665..26a07e3ae7003104c17f603061007007ac0a0820 100644 (file)
@@ -224,6 +224,7 @@ munin_plugin "exim_mailstats"
 
 prometheus_exporter "exim" do
   port 9636
+  user "Debian-exim"
 end
 
 if node[:exim][:smarthost_name]