Builder - update base to fedora-32

This commit is contained in:
unman 2021-02-03 00:35:58 +00:00
parent b8299201e2
commit c63b615c24
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
3 changed files with 20 additions and 20 deletions

View File

@ -1,9 +1,9 @@
include:
- build.template-fedora-30-minimal
- build.template-fedora-32-minimal
qvm-clone-id:
qvm.clone:
- require:
- sls: build.template-fedora-30-minimal
- sls: build.template-fedora-32-minimal
- name: template-builder
- source: fedora-30-minimal
- source: fedora-32-minimal

View File

@ -1,17 +0,0 @@
# -*- coding: utf-8 -*-
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
##
# qvm.template-fedora-30-minimal
# ======================
#
# Installs 'fedora-30-minimal' template.
#
# Execute:
# qubesctl state.sls qvm.template-fedora-30-minimal dom0
##
template-fedora-30-minimal:
pkg.installed:
- name: qubes-template-fedora-30-minimal
- fromrepo: qubes-templates-itl

View File

@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
##
# qvm.template-fedora-32-minimal
# ======================
#
# Installs 'fedora-32-minimal' template.
#
# Execute:
# qubesctl state.sls qvm.template-fedora-32-minimal dom0
##
template-fedora-32-minimal:
pkg.installed:
- name: qubes-template-fedora-32-minimal
- fromrepo: qubes-templates-itl