Skip to content

Commit

Permalink
fix: install correct repository for signal
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jun 24, 2024
1 parent 916e21f commit 1bec52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion salt/signal/install-repo.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
4 changes: 2 additions & 2 deletions salt/signal/install-repo.top
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ SPDX-License-Identifier: AGPL-3.0-or-later
#}

base:
'tpl-qubes-builder':
- docker.install-repo
'tpl-signal':
- signal.install-repo

0 comments on commit 1bec52b

Please sign in to comment.