qusal/salt/dom0/init.sls
3np f0ea11480d
fix: reference local sls included by slsdotpath
behavior of `.` includes have been changing between salt 3006.x
and 3007. This should make qusal work consistently across versions.
2025-03-19 07:10:56 +00:00

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 -%}