From 213cdb479d133bab7e88b335d7e8759bfe6bd4a4 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Wed, 6 Dec 2023 14:19:15 -0500 Subject: [PATCH] Update soc_manager.yaml --- salt/manager/soc_manager.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/salt/manager/soc_manager.yaml b/salt/manager/soc_manager.yaml index 437c14ad9..01d63a609 100644 --- a/salt/manager/soc_manager.yaml +++ b/salt/manager/soc_manager.yaml @@ -3,28 +3,28 @@ manager: enabled: description: This is the daily task of syncing the Security Onion OS packages. It is recommended that you leave this enabled. global: True - helpLink: manager.html + helpLink: soup.html hour: description: The hour of the day in which the repo sync takes place. global: True - helpLink: manager.html + helpLink: soup.html minute: description: The minute within the hour to run the repo sync. global: True - helpLink: manager.html + helpLink: soup.html elastalert: description: Enable elastalert 1=enabled 0=disabled. global: True - helpLink: manager.html + helpLink: elastalert.html no_proxy: description: String of hosts to ignore the proxy settings for. global: True - helpLink: manager.html + helpLink: proxy.html playbook: description: Enable playbook 1=enabled 0=disabled. global: True - helpLink: manager.html + helpLink: playbook.html proxy: description: Proxy server to use for updates. global: True - helpLink: manager.html \ No newline at end of file + helpLink: proxy.html