addtotab should apply grafana instead of common state

This commit is contained in:
m0duspwnens
2020-05-26 15:24:39 -04:00
parent 13c2c4fa4c
commit 3d3d63173e

View File

@@ -53,11 +53,11 @@ echo " rootfs: $ROOTFS" >> $local_salt_dir/pillar/data/$TYPE.sls
echo " nsmfs: $NSM" >> $local_salt_dir/pillar/data/$TYPE.sls
if [ $TYPE == 'sensorstab' ]; then
echo " monint: $MONINT" >> $local_salt_dir/pillar/data/$TYPE.sls
salt-call state.apply common queue=True
salt-call state.apply grafana queue=True
fi
if [ $TYPE == 'evaltab' ]; then
echo " monint: $MONINT" >> $local_salt_dir/pillar/data/$TYPE.sls
salt-call state.apply common queue=True
salt-call state.apply grafana queue=True
salt-call state.apply utility queue=True
fi
#if [ $TYPE == 'nodestab' ]; then