common multipath on luchesi
[mirror/dsa-puppet.git] / modules / multipath / manifests / init.pp
index 90bf9b9..a5ef0b3 100644 (file)
@@ -1,7 +1,10 @@
 class multipath {
        case $::hostname {
                bm-bl1,bm-bl2,bm-bl3,bm-bl4,bm-bl5,bm-bl6,bm-bl7,bm-bl8,bm-bl9,bm-bl10,bm-bl11,bm-bl12,bm-bl13,bm-bl14: {
-                       $conffile = 'bm-multipath.conf';
+                       $conffile = 'multipath-bm.conf'
+               }
+               luchesi,rossini: {
+                       $conffile = 'multipath-ubc-ganeti.conf'
                }
                default: {
                        $conffile = ''