From eb9367934115dd1208db565260eff875df4d3a72 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 13 Mar 2022 20:34:21 +0000 Subject: [PATCH] Add prometheus plugin to discourse --- cookbooks/community/templates/default/web_only.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 3542aaaa3..f0d1c855b 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -93,6 +93,7 @@ hooks: - git clone --depth 1 https://github.com/discourse/discourse-solved.git - git clone --depth 1 https://github.com/discourse/discourse-canned-replies.git - git clone --depth 1 https://github.com/discourse/discourse-reactions.git + - git clone --depth 1 https://github.com/discourse/discourse-prometheus.git - exec: cd: $home cmd: -- 2.43.2