mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-07-22 08:45:40 +02:00
The reposync section in repodownload.conf and the client repo assigned in repo/client/oracle.sls both used the bare name securityonionkernel, colliding across the two roles. Rename the reposync-side section (and its --repoid, the so-repo-sync guard, and the so-kernel-upgrade presence check) to securityonionkernelsync, mirroring the existing securityonion/securityonionsync split for the main repo. The client repo stays securityonionkernel. Also give the section its own name=Security Onion Kernel Repo repo.
19 lines
421 B
Plaintext
19 lines
421 B
Plaintext
[main]
|
|
gpgcheck=1
|
|
installonly_limit=3
|
|
clean_requirements_on_remove=True
|
|
best=True
|
|
skip_if_unavailable=False
|
|
cachedir=/opt/so/conf/reposync/cache
|
|
keepcache=0
|
|
[securityonionsync]
|
|
name=Security Onion Repo repo
|
|
mirrorlist=file:///opt/so/conf/reposync/mirror.txt
|
|
enabled=1
|
|
gpgcheck=1
|
|
[securityonionkernelsync]
|
|
name=Security Onion Kernel Repo repo
|
|
mirrorlist=file:///opt/so/conf/reposync/mirror-kernel.txt
|
|
enabled=1
|
|
gpgcheck=1
|