mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update soup
Souper Duper!
This commit is contained in:
@@ -579,6 +579,11 @@ post_to_2.4.150() {
|
|||||||
POSTVERSION=2.4.150
|
POSTVERSION=2.4.150
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_to_2.4.160() {
|
||||||
|
echo "Nothing to apply"
|
||||||
|
POSTVERSION=2.4.160
|
||||||
|
}
|
||||||
|
|
||||||
repo_sync() {
|
repo_sync() {
|
||||||
echo "Sync the local repo."
|
echo "Sync the local repo."
|
||||||
su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
|
su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
|
||||||
@@ -816,6 +821,12 @@ up_to_2.4.150() {
|
|||||||
INSTALLEDVERSION=2.4.150
|
INSTALLEDVERSION=2.4.150
|
||||||
}
|
}
|
||||||
|
|
||||||
|
up_to_2.4.160() {
|
||||||
|
echo "Nothing to do for 2.4.160"
|
||||||
|
|
||||||
|
INSTALLEDVERSION=2.4.160
|
||||||
|
}
|
||||||
|
|
||||||
add_hydra_pillars() {
|
add_hydra_pillars() {
|
||||||
mkdir -p /opt/so/saltstack/local/pillar/hydra
|
mkdir -p /opt/so/saltstack/local/pillar/hydra
|
||||||
touch /opt/so/saltstack/local/pillar/hydra/soc_hydra.sls
|
touch /opt/so/saltstack/local/pillar/hydra/soc_hydra.sls
|
||||||
|
|||||||
Reference in New Issue
Block a user