1c349232d5a0663f8955829490356eda13783b44
[mirror/dsa-puppet.git] / modules / autofs / manifests / init.pp
1 class autofs {
2         case $::hostname {
3                 piu-slave-bm-a, picconi, coccia, dillon, quantz, sor, 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,mekeel,pejacevic,delfin: {
10                         include autofs::ubc
11                 }
12         }
13 }