enable ubc autofs for hier.d.o
[mirror/dsa-puppet.git] / modules / autofs / manifests / init.pp
1 class autofs {
2         case $::hostname {
3                 pejacevic, piu-slave-bm-a, picconi, coccia, dillon, donizetti, ticharich, delfin, quantz, sor, lindsay, mekeel, pinel, tate, manziarly, respighi: {
4                         include autofs::bytemark
5                 }
6                 lw07,lw08: {
7                         include autofs::leaseweb
8                 }
9                 tye,ullmann,piu-slave-ubc-01,hier: {
10                         include autofs::ubc
11                 }
12         }
13 }