mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-02 03:06:12 -04:00
feat: usb client
This commit is contained in:
parent
f16bfdd28b
commit
bcb65a2f1a
10 changed files with 163 additions and 0 deletions
12
salt/usb/install.sls
Normal file
12
salt/usb/install.sls
Normal 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 -%}
|
Loading…
Add table
Add a link
Reference in a new issue