qusal/salt/dom0/install.sls

16 lines
299 B
Plaintext
Raw Normal View History

2023-11-13 09:33:28 -05:00
{#
2024-01-29 10:49:54 -05:00
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
2023-11-13 09:33:28 -05:00
SPDX-License-Identifier: AGPL-3.0-or-later
#}
2024-01-02 12:04:54 -05:00
{%- from "qvm/template.jinja" import load -%}
2023-11-13 09:33:28 -05:00
{% if grains['nodename'] == 'dom0' -%}
"{{ slsdotpath }}-updated":
pkg.uptodate:
- refresh: True
{% endif -%}