fix addtotab

This commit is contained in:
TOoSmOotH
2020-12-10 09:15:17 -05:00
parent af15f0eb38
commit 379f1d98d8

View File

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