]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/recipes/default.rb
Replace google-sitemap-generator with www-xml-sitemap-generator-org
[chef.git] / cookbooks / mailman / recipes / default.rb
index 2525f9c0440cd5aa45420883be2818b2a2304a1f..d88b18885d93c591bbd82cd4a5b5f1bad7260594 100644 (file)
@@ -20,6 +20,7 @@
 require "securerandom"
 
 include_recipe "apache"
+include_recipe "prometheus"
 
 package %w[
   locales-all
@@ -69,3 +70,8 @@ template "/etc/cron.daily/lists-backup" do
   group "root"
   mode "755"
 end
+
+prometheus_exporter "mailman" do
+  port 8083
+  user "list"
+end