X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=ff7d3cd722cd3459bb2a74e45e591e87e73b403a;hb=1944fc885ab5063bbb6248b9a4d2fe0a548492bb;hp=8e4a77ac332759f66c66d6608d4892c68c1a3a1b;hpb=df11d54a271217ab177aab7e1fac339a8478e130;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 8e4a77ac3..ff7d3cd72 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -57,7 +57,7 @@ node default { } } - if $::hostname == 'beethoven' { + if $::hostname == 'backuphost' { include bacula::storage } @@ -91,12 +91,15 @@ node default { } elsif $::hostname in [geo1,geo2,geo3] { include named::geodns } + if $::hostname in [orff] { + include dnsextras::entries + } - 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 }