Seems like this has a syntax error as well
authorStephen Gran <steve@lobefin.net>
Sun, 29 Mar 2009 11:06:31 +0000 (12:06 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 29 Mar 2009 11:06:31 +0000 (12:06 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
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
 }