fix: split-gpg2 fedora clashes with debian agent

Fixes: https://github.com/ben-grande/qusal/issues/53
This commit is contained in:
Ben Grande 2024-05-28 15:04:20 +02:00
parent 44ea4c5db2
commit bc8213b8ce
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -1,8 +1,8 @@
{#
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-FileCopyrightText: 2023 - 2024 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('fedora-minimal', sls_path) }}