mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-14 08:55:30 -04:00
fix: Fix typos
This commit is contained in:
parent
d6ba4dbbc2
commit
8ef152e00a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
|
||||
{%- import "debian/template.jinja" as template_base -%}
|
||||
{% set base = 'debian' -%}
|
||||
{% set version = salt['pilar.get']('qvm:debian:version', '12') -%}
|
||||
{% set version = salt['pillar.get']('qvm:debian:version', '12') -%}
|
||||
{% set flavor = 'minimal' -%}
|
||||
{% set repo = salt['pillar.get']('qvm:debian:repo', 'qubes-templates-itl') -%}
|
||||
{% if flavor -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue