Merge f0ea11480d3ac68549bb276c3c476b53ecd29068 into 75aac52edad09eb5f0cdcbe05bcd1c41f83cb28e

This commit is contained in:
3nprob 2025-03-19 07:12:27 +00:00 committed by GitHub
commit 4a67d427a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
96 changed files with 113 additions and 113 deletions

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-repo
- {{ slsdotpath }}.install-repo
- utils.tools.common.update
- dotfiles.copy-sh
- dotfiles.copy-x11

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,8 +7,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-chrome-repo
- .install-common
- {{ slsdotpath }}.install-chrome-repo
- {{ slsdotpath }}.install-common
"{{ slsdotpath }}-avoid-chrome-installing-own-repo":
file.touch:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-common
- {{ slsdotpath }}.install-common
"{{ slsdotpath }}-installed-chromium":
pkg.installed:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-common
- {{ slsdotpath }}.install-common
"{{ slsdotpath }}-installed-firefox-esr":
pkg.installed:

View File

@ -7,8 +7,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-firefox-repo
- .install-common
- {{ slsdotpath }}.install-firefox-repo
- {{ slsdotpath }}.install-common
"{{ slsdotpath }}-installed-firefox":
pkg.installed:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-common
- {{ slsdotpath }}.install-common
"{{ slsdotpath }}-installed-lynx":
pkg.installed:

View File

@ -7,8 +7,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-mullvad-repo
- .install-common
- {{ slsdotpath }}.install-mullvad-repo
- {{ slsdotpath }}.install-common
"{{ slsdotpath }}-installed-mullvad":
pkg.installed:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-common
- {{ slsdotpath }}.install-common
- dotfiles.copy-net
"{{ slsdotpath }}-installed-w3m":

View File

@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-chromium
- {{ slsdotpath }}.install-chromium
{% endif -%}

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
"dvm-{{ template.template }}-absent":
qvm.absent:

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
"dvm-{{ template.template }}-absent":
qvm.absent:

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
"dvm-{{ template.template }}-absent":
qvm.absent:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .home-cleanup
- {{ slsdotpath }}.home-cleanup
- dotfiles.copy-all
{% endif -%}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
- sys-net.show-updatevm-origin
{% load_yaml as defaults -%}

View File

@ -11,12 +11,12 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{#
include:
{% if grains['id'] == 'dom0' -%}
- .create
- {{ slsdotpath }}.create
{% elif grains['id'] == 'tpl-' ~ slsdotpath -%}
- .install
- {{ slsdotpath }}.install
{% elif grains['id'] == 'disp-' ~ slsdotpath -%}
- utils.tools.zsh.touch-zshrc
{% elif grains['id'] == slsdotpath -%}
- .configure
- {{ slsdotpath }}.configure
{% endif -%}
#}

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- utils.tools.common.update
- .home-cleanup
- {{ slsdotpath }}.home-cleanup
- dotfiles.copy-all
- utils.tools.zsh
- sys-pgp.install-client

View File

@ -7,13 +7,13 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] == 'dom0' -%}
include:
- .backup
- .dotfiles
- .helpers
- .install
- .desktop-kde
- .update-settings
- .xorg
- .screenshot
- {{ slsdotpath }}.backup
- {{ slsdotpath }}.dotfiles
- {{ slsdotpath }}.helpers
- {{ slsdotpath }}.install
- {{ slsdotpath }}.desktop-kde
- {{ slsdotpath }}.update-settings
- {{ slsdotpath }}.xorg
- {{ slsdotpath }}.screenshot
{% endif -%}

View File

@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .configure-common
- {{ slsdotpath }}.configure-common
{% endif -%}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .configure-common
- {{ slsdotpath }}.configure-common
- whonix-workstation.configure-offline
{% endif -%}

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import "whonix-workstation/template.jinja" as whonix_workstation -%}
include:
- .clone
- {{ slsdotpath }}.clone
- sys-bitcoin.create
{% load_yaml as defaults -%}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-repo
- {{ slsdotpath }}.install-repo
- utils.tools.common.update
- sys-audio.install-client

View File

@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- fedora.create
- .clone
- {{ slsdotpath }}.clone
"dvm-{{ template.template }}-absent":
qvm.absent:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .create
- {{ slsdotpath }}.create
"{{ slsdotpath }}-set-management_dispvm-to-default":
qvm.vm:

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
"dvm-{{ template.template }}-absent":
qvm.absent:

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
"dvm-{{ template.template }}-absent":
qvm.absent:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: {{ template.template }}

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: {{ template.template }}

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: {{ template.template }}

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
- utils.tools.common.update
"{{ slsdotpath }}-installed":

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}-fetcher

View File

@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import "debian-minimal/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- fedora.create
- .clone
- {{ slsdotpath }}.clone
- fedora-minimal.prefs
{% load_yaml as defaults -%}

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
#}
include:
- .create
- {{ slsdotpath }}.create
"{{ slsdotpath }}-set-qubes-prefs-management_dispvm-to-dvm-{{ slsdotpath }}":
cmd.run:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-repo
- {{ slsdotpath }}.install-repo
- utils.tools.common.update
- sys-ssh-agent.install-client

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .configure
- {{ slsdotpath }}.configure
"{{ slsdotpath }}-makedir-qusal-builder":
file.directory:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
- fedora-minimal.prefs
{% load_yaml as defaults -%}

View File

@ -6,11 +6,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
{% if grains['id'] == 'dom0' -%}
- .create
- {{ slsdotpath }}.create
{% elif grains['id'] == 'tpl-' ~ slsdotpath -%}
- .install
- {{ slsdotpath }}.install
{% elif grains['id'] == 'dvm-' ~ slsdotpath -%}
- .configure-qubes-executor
- {{ slsdotpath }}.configure-qubes-executor
{% elif grains['id'] == slsdotpath -%}
- .configure
- {{ slsdotpath }}.configure
{% endif -%}

View File

@ -18,7 +18,7 @@ include:
- sys-pgp.install-client
- sys-ssh-agent.install-client
- docker.install
- .install-qubes-executor
- {{ slsdotpath }}.install-qubes-executor
"{{ slsdotpath }}-installed":
pkg.installed:

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
## https://github.com/QubesOS/qubes-issues/issues/8806
include:
- .create
- {{ slsdotpath }}.create
"{{ slsdotpath }}-set-management_dispvm-to-default":
qvm.vm:

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-repo
- {{ slsdotpath }}.install-repo
- utils.tools.common.update
- utils.tools.xfce
- dotfiles.copy-x11

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- utils.tools.common.update
- .install
- {{ slsdotpath }}.install
- sys-usb.install-client-proxy
"{{ slsdotpath }}-bluetooth-installed":

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- utils.tools.common.update
- sys-usb.install-client-proxy
- .install-client
- {{ slsdotpath }}.install-client
"{{ slsdotpath }}-installed":
pkg.installed:

View File

@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% set bitcoin_tag = 'v' ~ version.version -%}
include:
- .configure-builder-common
- {{ slsdotpath }}.configure-builder-common
"{{ slsdotpath }}-source-makedir-src":
file.directory:

View File

@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% set bitcoin_url_shasum_sig = bitcoin_url_dir ~ bitcoin_file_shasum_sig -%}
include:
- .configure-builder-common
- {{ slsdotpath }}.configure-builder-common
"{{ slsdotpath }}-remove-failed-download-or-verification":
file.absent:

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import "whonix-gateway/template.jinja" as whonix_gateway %}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: {{ slsdotpath }}-gateway

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-common
- {{ slsdotpath }}.install-common
- dev.home-cleanup
- dotfiles.copy-x11
- dotfiles.copy-sh

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- utils.tools.common.update
- .install-common
- {{ slsdotpath }}.install-common
- dotfiles.copy-ssh
- dotfiles.copy-git
- sys-git.install-client

View File

@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-common
- {{ slsdotpath }}.install-common
{% endif -%}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
- browser.create
{% load_yaml as defaults -%}

View File

@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .configure-builder-source
- {{ slsdotpath }}.configure-builder-source
{% endif -%}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
- sys-bitcoin.create
{% load_yaml as defaults -%}

View File

@ -9,6 +9,6 @@ Source: https://github.com/romanz/electrs/blob/master/doc/install.md
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-builder-source
- {{ slsdotpath }}.install-builder-source
{% endif -%}

View File

@ -9,6 +9,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
## ElectRS does not provide official binaries. This state exists to be the
## default installation.
include:
- .install-source
- {{ slsdotpath }}.install-source
{% endif -%}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
- sys-bitcoin.create
{% load_yaml as defaults -%}

View File

@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% endif -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -11,7 +11,7 @@ SPDX-License-Identifier: GPL-2.0-only
{%- from "qvm/template-gui.jinja" import gui_common -%}
include:
- .clone
- {{ slsdotpath }}.clone
"{{ slsdotpath }}-installed":
pkg.installed:

View File

@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-only
{%- from "qvm/template-gui.jinja" import gui_common -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% if 'psu' in salt['pillar.get']('qvm:sys-gui-vnc:dummy-modules', []) or 'backlight' in salt['pillar.get']('qvm:sys-gui-vnc:dummy-modules', []) %}
"{{ slsdotpath }}-installed":

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
#}
include:
- .cancel-common
- {{ slsdotpath }}.cancel-common
"{{ slsdotpath }}-disable-autostart":
qvm.prefs:

View File

@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-only
{%- from "qvm/template-gui.jinja" import gui_common -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% if 'psu' in salt['pillar.get']('qvm:sys-gui:dummy-modules', []) or 'backlight' in salt['pillar.get']('qvm:sys-gui:dummy-modules', []) %}
"{{ slsdotpath }}-installed":

View File

@ -9,8 +9,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% set net_pcidevs = salt['grains.get']('pci_net_devs', []) -%}
include:
- .clone
- .show-updatevm-origin
- {{ slsdotpath }}.clone
- {{ slsdotpath }}.show-updatevm-origin
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
- fedora-minimal.prefs
{% load_yaml as defaults -%}

View File

@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install
- {{ slsdotpath }}.install
{% endif -%}

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
#}
include:
- .create
- {{ slsdotpath }}.create
"{{ slsdotpath }}-set-management_dispvm-to-default":
qvm.vm:

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
- browser.create
- dom0.port-forward

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['os_family']|lower == 'debian' -%}
include:
- .install-repo
- {{ slsdotpath }}.install-repo
- utils.tools.common.update
{% endif -%}

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
{% if grains['os_family']|lower == 'debian' -%}
- .install-repo
- {{ slsdotpath }}.install-repo
- utils.tools.common.update
{% endif -%}
- utils.tools.xfce

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-repo
- {{ slsdotpath }}.install-repo
- utils.tools.common.update
"{{ slsdotpath }}-systemd":

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
- utils.tools.common.update
- qvm.hide-usb-from-dom0

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- utils.tools.common.update
- .install-client-proxy
- {{ slsdotpath }}.install-client-proxy
"{{ slsdotpath }}-installed-cryptsetup":
pkg.installed:

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- utils.tools.common.update
- .install-client-proxy
- {{ slsdotpath }}.install-client-proxy
"{{ slsdotpath }}-installed-fido":
pkg.installed:

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-client-cryptsetup
- .install-client-fido
- {{ slsdotpath }}.install-client-cryptsetup
- {{ slsdotpath }}.install-client-fido
{% endif -%}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install-repo
- {{ slsdotpath }}.install-repo
- utils.tools.common.update
- sys-ssh-agent.install-client

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- from "qvm/template.jinja" import load -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include:
- utils.tools.common.update
- .install-receiver
- {{ slsdotpath }}.install-receiver
"{{ slsdotpath }}-receiver-debug-installed":
pkg.installed:

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
{% load_yaml as defaults -%}
name: {{ template.template }}

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{%- import slsdotpath ~ "/template.jinja" as template -%}
include:
- .clone
- {{ slsdotpath }}.clone
- whonix-gateway.create
{% load_yaml as defaults -%}