Added new login/imager node for Laki.

This commit is contained in:
Christoph Niethammer 2011-11-30 23:15:34 +00:00
parent 4f966b0e06
commit 2cec8f8c18

2
sit
View file

@ -20,7 +20,7 @@ source "$SIT_PATH/functions.sh"
# identify platform manually if no environment variable was set
if [ -z $PLATFORM ]; then
case $HOSTNAME in
cl3fr1|cl3fr2|imager)
cl3fr1|cl3fr2|cl3fr4|imager)
PLATFORM="laki"
;;
eslogin*)