qusal/salt/mail/appmenus.sls

14 lines
384 B
Plaintext
Raw Normal View History

2023-12-21 00:10:03 +01:00
{#
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
2023-12-21 00:10:03 +01:00
SPDX-License-Identifier: AGPL-3.0-or-later
#}
include:
- reader.appmenus
2023-12-21 00:10:03 +01:00
{% from 'utils/macros/sync-appmenus.sls' import sync_appmenus -%}
{{ sync_appmenus('tpl-' ~ sls_path ~ '-sender') }}
{{ sync_appmenus('tpl-' ~ sls_path ~ '-reader') }}
{{ sync_appmenus('tpl-' ~ sls_path ~ '-fetcher') }}