mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04: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' -%}
|
||||
|
||||
{% from 'utils/macros/install-repo.sls' import install_repo -%}
|
||||
{{ install_repo(sls_path, 'docker') }}
|
||||
{{ install_repo(sls_path, 'signal') }}
|
||||
|
||||
{% endif -%}
|
||||
|
@ -5,5 +5,5 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
base:
|
||||
'tpl-qubes-builder':
|
||||
- docker.install-repo
|
||||
'tpl-signal':
|
||||
- signal.install-repo
|
||||
|
Loading…
Reference in New Issue
Block a user