mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-05 04:34:24 -04:00

Behavior of dot includes changed between salt 3006 and 3007. Work consistently across Salt versions.
13 lines
278 B
Text
13 lines
278 B
Text
{#
|
|
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
{% if grains['nodename'] != 'dom0' -%}
|
|
|
|
include:
|
|
- {{ slsdotpath }}.install-client-cryptsetup
|
|
- {{ slsdotpath }}.install-client-fido
|
|
|
|
{% endif -%}
|