cleanup highlander

This commit is contained in:
Josh Patterson
2026-03-16 15:56:16 -04:00
parent 5b2def6fdd
commit 17881c9a36
6 changed files with 2 additions and 58 deletions
-3
View File
@@ -1366,9 +1366,6 @@ create_global() {
echo " mdengine: 'ZEEK'" >> $global_pillar_file
echo " ids: 'Suricata'" >> $global_pillar_file
echo " url_base: '$REDIRECTIT'" >> $global_pillar_file
if [[ $HIGHLANDER == 'True' ]]; then
echo " highlander: True" >> $global_pillar_file
fi
if [[ $is_airgap ]]; then
echo " airgap: True" >> $global_pillar_file
else