Skip to content

Commit

Permalink
Merge pull request #11701 from Security-Onion-Solutions/fix/elastic_t…
Browse files Browse the repository at this point in the history
…emplates_common

Don't source so-elastic-fleet-common if not there
  • Loading branch information
weslambert authored Nov 2, 2023
2 parents 6332df0 + 51e7861 commit ac593e4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

. /usr/sbin/so-common
{% if GLOBALS.role != 'so-heavynode' %}
. /usr/sbin/so-elastic-fleet-common
if [ -f /usr/sbin/so-elastic-fleet-common ]; then
. /usr/sbin/so-elastic-fleet-common
fi
{% endif %}

default_conf_dir=/opt/so/conf
Expand Down

0 comments on commit ac593e4

Please sign in to comment.