Skip to content

Commit

Permalink
fix: missing load import
Browse files Browse the repository at this point in the history
Fixes: #36
  • Loading branch information
ben-grande committed Mar 22, 2024
1 parent 4ac0ec9 commit 81bf77c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/dom0/update-settings.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
#}

{% if grains['nodename'] == 'dom0' -%}
{%- from "qvm/template.jinja" import load -%}
{% load_yaml as defaults -%}
name: {{ slsdotpath }}
Expand Down

0 comments on commit 81bf77c

Please sign in to comment.