qusal/salt/sys-usb/install-client-fido.sls
2023-12-27 20:00:15 +01:00

25 lines
451 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' -%}
include:
- .install-client-proxy
"{{ slsdotpath }}-updated-fido":
pkg.uptodate:
- refresh: True
"{{ slsdotpath }}-installed-fido":
pkg.installed:
- refresh: True
- install_recommends: False
- skip_suggestions: True
- pkgs:
- qubes-ctap
{% endif -%}