From cc4c0923016c6b212172f04ec1063ee42f5eb6cb Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 20 Apr 2021 15:44:35 -0400 Subject: [PATCH] Add Security Onion Repo --- salt/repo/client/files/centos/securityonion.repo | 9 ++++++++- salt/repo/client/files/centos/securityonioncache.repo | 11 +++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/salt/repo/client/files/centos/securityonion.repo b/salt/repo/client/files/centos/securityonion.repo index 53788f272..06eefdc88 100644 --- a/salt/repo/client/files/centos/securityonion.repo +++ b/salt/repo/client/files/centos/securityonion.repo @@ -68,4 +68,11 @@ gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-WAZUH enabled=1 name=Wazuh repository baseurl=https://repo.securityonion.net/file/securityonion-repo/wazuh4_repo/ -protect=1 \ No newline at end of file +protect=1 + +[securityonion] +name=Security Onion Repo repo +baseurl=https://repo.securityonion.net/file/securityonion-repo/securityonion/ +enabled=1 +gpgcheck=1 +gpgkey=https://repo.securityonion.net/file/securityonion-repo/keys/securityonion.pub \ No newline at end of file diff --git a/salt/repo/client/files/centos/securityonioncache.repo b/salt/repo/client/files/centos/securityonioncache.repo index d683ab410..e4d47cb11 100644 --- a/salt/repo/client/files/centos/securityonioncache.repo +++ b/salt/repo/client/files/centos/securityonioncache.repo @@ -67,5 +67,12 @@ gpgcheck=1 gpgkey=https://repo.securityonion.net/file/securityonion-repo/keys/GPG-KEY-WAZUH enabled=1 name=Wazuh repository -baseurl=https://repo.securityonion.net/file/securityonion-repo/wazuh4_repo/ -protect=1 \ No newline at end of file +baseurl=https://repocache.securityonion.net/file/securityonion-repo/wazuh4_repo/ +protect=1 + +[securityonion] +name=Security Onion Repo +baseurl=https://repocache.securityonion.net/file/securityonion-repo/securityonion/ +enabled=1 +gpgcheck=1 +gpgkey=https://repo.securityonion.net/file/securityonion-repo/keys/securityonion.pub \ No newline at end of file