We want templates in the git tree
[mirror/dsa-puppet.git] / manifests / site.pp
index 6b5f001..254cddf 100644 (file)
@@ -7,9 +7,11 @@ node default {
     include samhain
     include debian-org
 
-    if $smartarraycontroller {
-        include debian-proliant
+    case $smartarraycontroller {
+        "true":    { include debian-proliant }
+        default: {}
     }
+
     case $mta {
         "exim4":   { include exim }
         default:   {}