add some more IPs for zobel
[mirror/dsa-puppet.git] / manifests / site.pp
index b4f44c2..d7a965d 100644 (file)
@@ -137,12 +137,6 @@ node default {
 
     include samhain
 
-    case $::hostname {
-        byrd,schuetz,tchaikovsky,draghi,quantz,lamb,locke,rautavaara,rietz: {
-            include krb
-        }
-    }
-
     case $::hostname {
         chopin,geo3,soler,wieck: {
             include debian-radvd
@@ -153,9 +147,7 @@ node default {
         include entropykey
     }
 
-    if $::postgres84 == "true" {
-        include postgres
-    } elsif $::postgres90 == "true" {
+    if ($::postgres84 or $::postgres90) {
         include postgres
     }
 }