qusal/salt/kicksecure-minimal/install-repo.sls

13 lines
295 B
Plaintext
Raw Permalink Normal View History

2024-01-12 11:22:58 -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-12 11:22:58 -05:00
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% if grains['nodename'] != 'dom0' -%}
{% from 'utils/macros/install-repo.sls' import install_repo -%}
{{ install_repo(sls_path, 'derivative') }}
{% endif -%}