debug: remove dom0 salt

This commit is contained in:
mustard 2025-10-20 23:16:43 +02:00
parent 2300fe4be2
commit b9d95e621c
3 changed files with 0 additions and 46 deletions

View file

@ -1,3 +0,0 @@
user:
dom0:
- dom0

View file

@ -1,41 +0,0 @@
{%- if grains.id == 'dom0' -%}
{% load_yaml as base_templates %}
qubes-templates-itl:
- fedora-42-minimal
qubes-templates-itl-testing:
- debian-13
- debian-13-minimal
- fedora-42-minimal
- fedora-42
qubes-templates-community-testing:
- kicksecure-17
{% endload %}
'{{ slsdotpath }}: install qubes base templates':
qvm.template_installed:
- names:
{%- for template in base_templates['qubes-templates-itl'] %}
- '{{ template }}'
{%- endfor %}
'{{ slsdotpath }}: install qubes testing templates':
qvm.template_installed:
- names:
{%- for template in base_templates['qubes-templates-itl-testing'] %}
- '{{ template }}'
{%- endfor %}
- fromrepo: 'qubes-templates-itl-testing'
'{{ slsdotpath }}: install qubes community testing templates':
qvm.template_installed:
- names:
{%- for template in base_templates['qubes-templates-community-testing'] %}
- '{{ template }}'
{%- endfor %}
- fromrepo: 'qubes-templates-community-testing'
{%- endif -%}
{#- vim: set syntax=salt.jinja.yaml ts=2 sw=2 sts=2 et : -#}

View file

@ -1,2 +0,0 @@
include:
- .base-templates