qusal/salt/mail/clone.sls

11 lines
430 B
Plaintext
Raw Normal View History

{#
2024-01-29 10:49:54 -05:00
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 ~ '-fetcher') }}
{{ clone_template('debian-minimal', sls_path ~ '-reader', include_create=False) }}
{{ clone_template('debian-minimal', sls_path ~ '-sender', include_create=False) }}