mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-25 07:29:37 -05:00
fix: install correct repository for signal
This commit is contained in:
parent
916e21f359
commit
1bec52badc
@ -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…
Reference in New Issue
Block a user