fix: install correct repository for signal

This commit is contained in:
Ben Grande 2024-06-24 11:42:44 +02:00
parent 916e21f359
commit 1bec52badc
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
{% from 'utils/macros/install-repo.sls' import install_repo -%}
{{ install_repo(sls_path, 'docker') }}
{{ install_repo(sls_path, 'signal') }}
{% endif -%}

View File

@ -5,5 +5,5 @@ SPDX-License-Identifier: AGPL-3.0-or-later
#}
base:
'tpl-qubes-builder':
- docker.install-repo
'tpl-signal':
- signal.install-repo