From b7f140b9e7262f8e33a2b86831fbe4e4622bfec2 Mon Sep 17 00:00:00 2001 From: Jacob Michalskie Date: Oct 21 2022 16:20:03 +0000 Subject: Merge branch 'hellcp/discourse-db' into 'production' Use the correct variable name See merge request infra/salt!579 --- diff --git a/salt/profile/discourse/files/discourse.conf b/salt/profile/discourse/files/discourse.conf index 54608ca..1331b36 100644 --- a/salt/profile/discourse/files/discourse.conf +++ b/salt/profile/discourse/files/discourse.conf @@ -9,7 +9,7 @@ db_name = {{ pillar['profile']['discourse']['database_name'] }} db_username = {{ pillar['profile']['discourse']['database_user'] }} # password used to access the db -db_password = '{{ pillar['postgres']['users']['discourse']['database_password'] }}' +db_password = '{{ pillar['postgres']['users']['discourse']['password'] }}' # hostname running the forum hostname = {{ pillar['profile']['discourse']['hostname'] }}