mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-28 00:45:21 -04:00
fix: install correct repository for signal
This commit is contained in:
parent
916e21f359
commit
1bec52badc
2 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
{% if grains['nodename'] != 'dom0' -%}
|
{% if grains['nodename'] != 'dom0' -%}
|
||||||
|
|
||||||
{% from 'utils/macros/install-repo.sls' import install_repo -%}
|
{% from 'utils/macros/install-repo.sls' import install_repo -%}
|
||||||
{{ install_repo(sls_path, 'docker') }}
|
{{ install_repo(sls_path, 'signal') }}
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
|
@ -5,5 +5,5 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
#}
|
#}
|
||||||
|
|
||||||
base:
|
base:
|
||||||
'tpl-qubes-builder':
|
'tpl-signal':
|
||||||
- docker.install-repo
|
- signal.install-repo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue