mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-05 20:54:22 -04:00
remove sys-git.create-sync state
This commit is contained in:
parent
af76ba969d
commit
e2c4b7c15d
2 changed files with 0 additions and 68 deletions
|
@ -1,58 +0,0 @@
|
||||||
{#
|
|
||||||
SPDX-FileCopyrightText: 2025 The Qusal Community <https://github.com/ben-grande/qusal>
|
|
||||||
|
|
||||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
||||||
#}
|
|
||||||
|
|
||||||
{%- from "qvm/template.jinja" import load -%}
|
|
||||||
|
|
||||||
include:
|
|
||||||
- {{ slsdotpath }}.clone
|
|
||||||
|
|
||||||
{# TODO: make this properly read configuration from pillar instead of inlined in code #}
|
|
||||||
{# % set syncs = [
|
|
||||||
{
|
|
||||||
'name': 'example',
|
|
||||||
'memory': 500,
|
|
||||||
'maxmem': 700,
|
|
||||||
'vcpus': 1,
|
|
||||||
},
|
|
||||||
] - #%}
|
|
||||||
|
|
||||||
{% if syncs is defined and syncs %}
|
|
||||||
{% for vm in syncs -%}
|
|
||||||
{% set prefix = slsdotpath ~ "-" ~ vm.name %}
|
|
||||||
{% load_yaml as defaults -%}
|
|
||||||
name: {{ prefix }}-sync
|
|
||||||
force: True
|
|
||||||
require:
|
|
||||||
- qvm: tpl-{{ slsdotpath }}-sync
|
|
||||||
present:
|
|
||||||
- template: tpl-{{ slsdotpath }}-sync
|
|
||||||
- label: red
|
|
||||||
prefs:
|
|
||||||
- template: tpl-{{ slsdotpath }}-sync
|
|
||||||
- label: red
|
|
||||||
- audiovm: ""
|
|
||||||
- vcpus: 1
|
|
||||||
- memory: 200
|
|
||||||
- maxmem: 350
|
|
||||||
- include_in_backups: False
|
|
||||||
features:
|
|
||||||
- enable:
|
|
||||||
- servicevm
|
|
||||||
# - service.split-gpg2-client
|
|
||||||
- disable:
|
|
||||||
- service.cups
|
|
||||||
- service.cups-browsed
|
|
||||||
- service.tinyproxy
|
|
||||||
- set:
|
|
||||||
- menu-items: "qubes-run-terminal.desktop qubes-start.desktop"
|
|
||||||
tags:
|
|
||||||
- add:
|
|
||||||
- "git-sync"
|
|
||||||
|
|
||||||
{%- endload %}
|
|
||||||
{{ load(defaults) }}
|
|
||||||
{% endfor %}
|
|
||||||
{% endif -%}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{#
|
|
||||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
||||||
|
|
||||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
||||||
#}
|
|
||||||
|
|
||||||
base:
|
|
||||||
'dom0':
|
|
||||||
- match: nodegroup
|
|
||||||
- sys-git.create-sync
|
|
Loading…
Add table
Add a link
Reference in a new issue