Adding queue=True

This commit is contained in:
TOoSmOotH
2020-12-08 11:17:47 -05:00
parent 8ea088c3fc
commit d6fa739c60

View File

@@ -55,7 +55,7 @@ if [ $TYPE == 'evaltab' ] || [ $TYPE == 'standalonetab' ]; then
fi
fi
if [ $TYPE == 'nodestab' ]; then
salt-call state.apply elasticseach
salt-call state.apply elasticseach queue=True
# echo " nodetype: $NODETYPE" >> $local_salt_dir/pillar/data/$TYPE.sls
# echo " hotname: $HOTNAME" >> $local_salt_dir/pillar/data/$TYPE.sls
fi