X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bab825db410b304cb1371a1b1bf693774f56143e;hb=ab2ed88279650106f252798cf1c6ba9b5ddc005b;hp=4ce4dde44e5f079ad7ce0eb01f59a2d2148d10f1;hpb=c2a8153dfaca66f963fcc9f9b873a1c4bfeafb46;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 4ce4dde4..bab825db 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -37,10 +37,14 @@ node default { include unbound include bacula::client - if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi,czerny] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi,czerny,rossini,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 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] { + if $::hostname in [beethoven,spohr,stabile,beach,glinka] { include nfs-server }