mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-11 07:30:24 -04:00
9 lines
325 B
Text
9 lines
325 B
Text
{#
|
|
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
{% from 'utils/macros/clone-template.sls' import clone_template -%}
|
|
{{ clone_template('debian-minimal', sls_path) }}
|
|
{{ clone_template('debian-minimal', sls_path ~ '-sync', include_create=False) }}
|