Merge pull request #5450 from Security-Onion-Solutions/TOoSmOotH-patch-1

Fix Raid Status for cloud
This commit is contained in:
Mike Reeves
2021-09-09 11:09:49 -04:00
committed by GitHub

View File

@@ -20,6 +20,9 @@
appliance_check() {
{%- if salt['grains.get']('sosmodel', '') %}
APPLIANCE=1
{%- if grains['sosmodel'] in ['SO2AMI01', 'SO2GCI01', 'SO2AZI01'] %}
exit 0
{%- endif %}
DUDEYOUGOTADELL=$(dmidecode |grep Dell)
if [[ -n $DUDEYOUGOTADELL ]]; then
APPTYPE=dell