Skip to content

Commit 3ff7494

Browse files
Merge pull request #11713 from Security-Onion-Solutions/2.4/agentupdate
Upgrade Elastic Agent
2 parents b74aa32 + 0086c24 commit 3ff7494

File tree

1 file changed

+5
-5
lines changed
  • salt/manager/tools/sbin

1 file changed

+5
-5
lines changed

salt/manager/tools/sbin/soup

+5-5
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,7 @@ post_to_2.4.4() {
431431
}
432432

433433
post_to_2.4.5() {
434-
echo "Regenerating Elastic Agent Installers"
435-
/sbin/so-elastic-agent-gen-installers
434+
echo "Nothing to apply"
436435
POSTVERSION=2.4.5
437436
}
438437

@@ -449,7 +448,8 @@ post_to_2.4.20() {
449448
}
450449

451450
post_to_2.4.30() {
452-
echo "Nothing to apply"
451+
echo "Regenerating Elastic Agent Installers"
452+
/sbin/so-elastic-agent-gen-installers
453453
POSTVERSION=2.4.30
454454
}
455455

@@ -511,7 +511,7 @@ up_to_2.4.4() {
511511
}
512512

513513
up_to_2.4.5() {
514-
determine_elastic_agent_upgrade
514+
echo "Nothing to do for 2.4.5"
515515

516516
INSTALLEDVERSION=2.4.5
517517
}
@@ -529,7 +529,7 @@ up_to_2.4.20() {
529529
}
530530

531531
up_to_2.4.30() {
532-
echo "Nothing to do for 2.4.30"
532+
determine_elastic_agent_upgrade
533533

534534
INSTALLEDVERSION=2.4.30
535535
}

0 commit comments

Comments
 (0)