From 9ca9b9d4daa266f54cb2fa80c99c0492eb296480 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 21 Mar 2023 09:53:06 -0400 Subject: [PATCH] Rework IDH phase 1 --- salt/idh/soc_idh.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/idh/soc_idh.yaml b/salt/idh/soc_idh.yaml index b7bc93e93..d12a1eee3 100644 --- a/salt/idh/soc_idh.yaml +++ b/salt/idh/soc_idh.yaml @@ -3,6 +3,7 @@ idh: config: logger: class: &loggingOptions + description: Logging options for IDH nodes. readonly: True advanced: True global: True @@ -41,6 +42,9 @@ idh: tcpbanner.enabled: *serviceOptions tcpbanner_1.enabled: *serviceOptions tcpbanner_1.port: &portOptions + description: Defined port the service should listen on. + advanced: True + helpLink: idh.html tcpbanner_1.datareceivedbanner: &bannerOptions description: Needs update advanced: True