From 3442371d3b04f4b79dd89e194ae49378cef1931c Mon Sep 17 00:00:00 2001 From: Josh Krawczyk Date: Wed, 12 Feb 2020 11:23:44 -0500 Subject: [PATCH] Modify install script to include SALT_HOST setting --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d36a3603..efbd3b90 100755 --- a/install.sh +++ b/install.sh @@ -207,9 +207,10 @@ EMAIL_ALERT_RECIPIENTS = ["jsmith@example.com",] SALT_USERNAME = "saltapi" SALT_PASSWORD = "${SALTPW}" +SALT_HOST = "127.0.0.1" MESH_USERNAME = "${meshusername}" MESH_SITE = "https://${meshdomain}" -REDIS_HOST = "localhost" +REDIS_HOST = "localhost" EOF )" echo "${localvars}" > /home/${USER}/rmm/api/tacticalrmm/tacticalrmm/local_settings.py