From ba5022dcd0fadc87a96a2c3f1df7c1b577db45e0 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 9 Aug 2020 01:17:19 -0400 Subject: [PATCH] Add missing monit vars --- roles/monit/templates/monitrc-dispatcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/monit/templates/monitrc-dispatcher b/roles/monit/templates/monitrc-dispatcher index ccde2e6..d1ca654 100644 --- a/roles/monit/templates/monitrc-dispatcher +++ b/roles/monit/templates/monitrc-dispatcher @@ -12,6 +12,6 @@ set mailserver {{ monit_smtp_server }} port 587 set httpd port 2812 and use address 0.0.0.0 - allow ${CONFIG_MONIT_USER}:${CONFIG_MONIT_PASS} + allow {{ monit_web_user }}:{{ monit_web_pasword }} include /opt/monit/conf.d/*