qusal/salt/electrum/configure-hot.sls
2024-02-18 17:08:09 +01:00

13 lines
212 B
Plaintext

{#
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% if grains['nodename'] != 'dom0' -%}
include:
- .configure-common
{% endif -%}