mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-09 14:42:12 -04:00

Behavior of dot includes changed between salt 3006 and 3007. Work consistently across Salt versions.
13 lines
246 B
Text
13 lines
246 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 }}.home-cleanup
|
|
- dotfiles.copy-all
|
|
|
|
{% endif -%}
|