X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=eecf27cd6768e3529a98a41521b0d25b196c6dd4;hb=683ffc212c9c3a4d7e4a4ff98c94fb52a75a02ca;hp=61404a5c8f91099f9778b4c4a1d4611e1412c1b0;hpb=13684c1131c141ad3e9ff4fa140de289e097c692;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 61404a5c..eecf27cd 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -37,14 +37,13 @@ node default { include unbound include bacula::client include autofs + include lvm + include multipath - 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] { + if $::hostname in [pasquini,tristano,bertali,boito,rossini,salieri,dijkstra,luchesi,byrd,clementi,czerny,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,rossini] { - include multipath - } if $::hostname == 'dinis' { include bacula::director @@ -58,7 +57,7 @@ node default { } } - if $::hostname == 'beethoven' { + if $::hostname == 'backuphost' { include bacula::storage } @@ -87,17 +86,15 @@ node default { include apache2 } - if $::hostname in [ravel,senfl,orff,draghi,diamond,rietz] { - include named::authoritative - } elsif $::hostname in [geo1,geo2,geo3] { + if $::hostname in [geo1,geo2,geo3] { include named::geodns } - if $::hostname in [diabelli,nono,spohr] { + if $::hostname in [diabelli,nono] { include dacs } - if $::hostname in [beethoven,spohr,stabile,beach,glinka,milanollo] { + if $::hostname in [stabile,beach,glinka,milanollo,rautavaara] { include nfs-server }