qusal/salt/dom0/install.sls
2023-12-20 17:17:05 +01:00

14 lines
245 B
Plaintext

{#
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% if grains['nodename'] == 'dom0' -%}
"{{ slsdotpath }}-updated":
pkg.uptodate:
- refresh: True
{% endif -%}