aboutsummaryrefslogtreecommitdiff
path: root/fai/config/class/50-host-classes
blob: 79a0a09f0ed8b695a8d800c438b864c4315a64fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash

# assign classes to hosts based on their hostname

# do not use this if a menu will be presented
[ "$flag_menu" ] && exit 0

# use a list of classes for our demo machine
case $HOSTNAME in
	*)
		echo "FAIBASE DEBIAN" ;;
esac