From b1b64c9d1e307385cd85ac6972a22346ef49c450 Mon Sep 17 00:00:00 2001 From: Sasi Olin Date: Mar 22 2021 15:19:19 +0000 Subject: Merge branch 'hellcp/matrix-accounts-fix' into 'production' Wrong variable name See merge request infra/salt!472 --- diff --git a/salt/profile/matrix/files/matterbridge.toml b/salt/profile/matrix/files/matterbridge.toml index eb316f6..e3bdfe2 100644 --- a/salt/profile/matrix/files/matterbridge.toml +++ b/salt/profile/matrix/files/matterbridge.toml @@ -17,7 +17,7 @@ name="{{gateway}}" enable=true inout = [ - {%- for account, channel in servers.items() %} + {%- for account, channel in accounts.items() %} { account="{{account}}", channel="{{channel}}" }, {%- endfor %} ]