Skip to content

Commit

Permalink
fix: import jinja template to dom0 kde state
Browse files Browse the repository at this point in the history
Fixes: #50
  • Loading branch information
ben-grande committed May 1, 2024
1 parent 5722a25 commit 18204da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/dom0/kde.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later

{% if grains['nodename'] == 'dom0' -%}

{%- import slsdotpath ~ "/gui-user.jinja" as gui_user -%}
include:
- utils.tools.common.update
Expand Down

0 comments on commit 18204da

Please sign in to comment.