qusal/salt/whonix-workstation/clone.sls

13 lines
328 B
Plaintext
Raw Permalink Normal View History

2024-01-22 04:56:31 -05:00
{#
2024-01-29 10:49:54 -05:00
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
2024-01-22 04:56:31 -05:00
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{%- import slsdotpath ~ "/template.jinja" as template -%}
"{{ template.template }}-installed":
qvm.template_installed:
- name: {{ template.template }}
- fromrepo: {{ template.repo }}