mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
37 lines
671 B
Plaintext
37 lines
671 B
Plaintext
|
{#
|
||
|
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||
|
|
||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
#}
|
||
|
|
||
|
{%- from "qvm/template.jinja" import load -%}
|
||
|
|
||
|
include:
|
||
|
- .clone
|
||
|
|
||
|
{% load_yaml as defaults -%}
|
||
|
name: {{ slsdotpath }}
|
||
|
force: True
|
||
|
require:
|
||
|
- sls: {{ slsdotpath }}.clone
|
||
|
present:
|
||
|
- template: tpl-{{ slsdotpath }}
|
||
|
- label: gray
|
||
|
prefs:
|
||
|
- template: tpl-{{ slsdotpath }}
|
||
|
- netvm: ""
|
||
|
- memory: 200
|
||
|
- maxmem: 300
|
||
|
- vcpus: 1
|
||
|
features:
|
||
|
- enable:
|
||
|
- servicevm
|
||
|
- disable:
|
||
|
- service.cups
|
||
|
- service.cups-browsed
|
||
|
{%- endload %}
|
||
|
{{ load(defaults) }}
|
||
|
|
||
|
{% from 'utils/macros/policy.sls' import policy_set with context -%}
|
||
|
{{ policy_set(sls_path, '80') }}
|