From 56f5d2217c11ead4be1df066ddb1faf03e9ce894 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Apr 11 2020 18:16:57 +0000 Subject: Merge branch 'hellcp/matrix-syntax' into 'production' Fix syntax error See merge request infra/salt!368 --- diff --git a/salt/profile/matrix/appservice.sls b/salt/profile/matrix/appservice.sls index 9d2bca6..3deaec2 100644 --- a/salt/profile/matrix/appservice.sls +++ b/salt/profile/matrix/appservice.sls @@ -16,7 +16,7 @@ appservice_pgks: file.directory: - user: synapse -{{ data.repo }}: +{{ data.get('repo') }}: git.latest: - branch: {{ data.get('branch', 'master') }} - target: /var/lib/matrix-synapse/{{ dir }}