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