make armhf and armel chroot on arm64
[mirror/dsa-puppet.git] / modules / autofs / manifests / init.pp
index ffc6540..0473c38 100644 (file)
@@ -1,5 +1,10 @@
 class autofs {
-       if $::hostname in [pejacevic, piu-slave-bm-a, picconi] {
-               include autofs::bytemark
+       case $::hostname {
+               pejacevic, piu-slave-bm-a, picconi, coccia, couper, dillon, donizetti, ticharich, delfin, quantz, sor: {
+                       include autofs::bytemark
+               }
+               lw07,lw08: {
+                       include autofs::leaseweb
+               }
        }
 }