]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
no more nfs on beethoven
[dsa-puppet.git] / manifests / site.pp
index 8e4a77ac332759f66c66d6608d4892c68c1a3a1b..32b06280f8cf0e26b79358790f13e022c3aa83d0 100644 (file)
@@ -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
        }