qusal/salt/whonix/template.jinja
2023-11-13 14:33:28 +00:00

13 lines
518 B
Django/Jinja

{#
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% set whonix_version = salt['pillar.get']('qvm:whonix:version', '17') -%}
{% set whonix_repo = salt['pillar.get']('qvm:whonix:repo', 'qubes-templates-community') -%}
{% set whonix_ws_template = 'whonix-ws-' ~ whonix_version -%}
{% set whonix_gw_template = 'whonix-gw-' ~ whonix_version -%}
{% set whonix_ws_clean_template = 'whonix-ws' -%}
{% set whonix_gw_clean_template = 'whonix-gw' -%}