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

behavior of `.` includes have been changing between salt 3006.x and 3007. This should make qusal work consistently across versions.
19 lines
441 B
Text
19 lines
441 B
Text
{#
|
|
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
{% if grains['nodename'] == 'dom0' -%}
|
|
|
|
include:
|
|
- {{ slsdotpath }}.backup
|
|
- {{ slsdotpath }}.dotfiles
|
|
- {{ slsdotpath }}.helpers
|
|
- {{ slsdotpath }}.install
|
|
- {{ slsdotpath }}.desktop-kde
|
|
- {{ slsdotpath }}.update-settings
|
|
- {{ slsdotpath }}.xorg
|
|
- {{ slsdotpath }}.screenshot
|
|
|
|
{% endif -%}
|