repo update

This commit is contained in:
m0duspwnens
2022-01-14 12:02:35 -05:00
parent bda9221d6f
commit f5fe466410
2 changed files with 4 additions and 11 deletions

View File

@@ -861,7 +861,7 @@ upgrade_salt() {
fi fi
} }
upgrade_to_2.3.50_repo() { update_repo() {
echo "Performing repo changes." echo "Performing repo changes."
if [[ "$OS" == "centos" ]]; then if [[ "$OS" == "centos" ]]; then
# Import GPG Keys # Import GPG Keys
@@ -1055,7 +1055,7 @@ main() {
stop_salt_master stop_salt_master
upgrade_to_2.3.50_repo update_repo
# Does salt need upgraded. If so update it. # Does salt need upgraded. If so update it.
if [[ $UPGRADESALT -eq 1 ]]; then if [[ $UPGRADESALT -eq 1 ]]; then

View File

@@ -42,18 +42,11 @@ gpgkey=file:///etc/pki/rpm-gpg/docker.pub
[saltstack] [saltstack]
name=SaltStack repo for RHEL/CentOS $releasever PY3 name=SaltStack repo for RHEL/CentOS $releasever PY3
baseurl=https://repo.securityonion.net/file/securityonion-repo/saltstack3003/ baseurl=https://repo.securityonion.net/file/securityonion-repo/saltstack/
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/SALTSTACK-GPG-KEY.pub gpgkey=file:///etc/pki/rpm-gpg/SALTSTACK-GPG-KEY.pub
[saltstack3003]
name=SaltStack repo for RHEL/CentOS $releasever PY3
baseurl=https://repo.securityonion.net/file/securityonion-repo/saltstack3003/
enabled=1
gpgcheck=1
gpgkey=https://repo.securityonion.net/file/securityonion-repo/keys/SALTSTACK-GPG-KEY.pub
[wazuh_repo] [wazuh_repo]
gpgcheck=1 gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-WAZUH gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-WAZUH
@@ -75,4 +68,4 @@ name=Security Onion Repo repo
baseurl=https://repo.securityonion.net/file/securityonion-repo/securityonion/ baseurl=https://repo.securityonion.net/file/securityonion-repo/securityonion/
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://repo.securityonion.net/file/securityonion-repo/keys/securityonion.pub gpgkey=https://repo.securityonion.net/file/securityonion-repo/keys/securityonion.pub