From da5e91ee0370aad6650bb7272bfda3496aeea902 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 10 Sep 2024 15:24:44 -0400 Subject: [PATCH] Update so-functions --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 23b16156d5..0c2cbf3e04 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1330,8 +1330,8 @@ create_global() { echo " registry_host: '$HOSTNAME'" >> $global_pillar_file echo " endgamehost: '$ENDGAMEHOST'" >> $global_pillar_file - if [ "$install_type" = 'EVAL' ]; then - echo " pcapengine: SURICATA" >> $global_pillar_file + if [[ $is_standalone || $is_eval ]]; then + echo " pcapengine: SURICATA" >> $global_pillar_file fi }