Add the other two hosts to weblog_provider as well
[mirror/dsa-puppet.git] / manifests / site.pp
index cc0caf1..c94e0e3 100644 (file)
@@ -41,6 +41,10 @@ node default {
                include ganeti2
        }
 
+       if $::hostname in [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] {
+               include multipath
+       }
+
        if $::hostname == 'dinis' {
                include bacula::director
        } else {
@@ -92,7 +96,7 @@ node default {
                include dacs
        }
 
-       if $::hostname in [beethoven,spohr,stabile,beach,glinka] {
+       if $::hostname in [beethoven,spohr,stabile,beach,glinka,milanollo] {
                include nfs-server
        }