qusal/salt/dom0/install.sls
2025-01-08 16:24:20 +01:00

21 lines
406 B
Plaintext

{#
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% if grains['nodename'] == 'dom0' -%}
include:
- utils.tools.common.update
"{{ slsdotpath }}-installed":
pkg.installed:
- require:
- sls: utils.tools.common.update
- setopt: "install_weak_deps=False"
- pkgs:
- fwupd-qubes-dom0
{% endif -%}