From 32043d1838f2be7f4ebf6198487c0f55885627ca Mon Sep 17 00:00:00 2001 From: Hans Karlinius Date: Thu, 28 Nov 2024 23:04:57 +0100 Subject: [PATCH] test --- vhclient/config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 7443dd6..e6a2546 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -42,15 +42,14 @@ kernel_modules: true options: autouse: true autofind: true + clientid: manualhub: usbdevices: [] schema: autouse: bool autofind: bool clientid: str? - manualhub: - type: str - required: false + manualhub: str? #test: [{ # field: "str?", # value: "bool?" @@ -58,7 +57,6 @@ schema: usbdevices: - device: str? use: bool? - random: list("match(^\\w*$)")? stage: experimental init: false