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 %} ]