Seems like this has a syntax error as well
[mirror/dsa-puppet.git] / modules / exim / manifests / init.pp
index 0aa2e00..d5c679a 100644 (file)
@@ -94,6 +94,6 @@ class exim {
 }
 
 class eximmx inherits exim {
-    include clamav;
-    include postgrey;
+    include clamav
+    include postgrey
 }