feat: usb client

This commit is contained in:
Ben Grande 2023-12-18 15:31:27 +00:00
parent f16bfdd28b
commit bcb65a2f1a
10 changed files with 163 additions and 0 deletions

12
salt/usb/install.sls Normal file
View file

@ -0,0 +1,12 @@
{#
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:
- sys-usb.install-client
{% endif -%}