X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=2f6d8b3af98f0c092a4d28aa6e19753c0b30c5fb;hb=03b81422953d732cf75f033bebc8711c1ded22e9;hp=8e4a77ac332759f66c66d6608d4892c68c1a3a1b;hpb=df11d54a271217ab177aab7e1fac339a8478e130;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 8e4a77ac..2f6d8b3a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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 [beethoven,stabile,beach,glinka,milanollo,rautavaara] { include nfs-server }