From: Stephen Gran Date: Sun, 29 Mar 2009 11:06:31 +0000 (+0100) Subject: Seems like this has a syntax error as well X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=efa6fe77e365574af9d78e671e61e4bbca347695;p=dsa-puppet.git Seems like this has a syntax error as well Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index 0aa2e003..d5c679ac 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -94,6 +94,6 @@ class exim { } class eximmx inherits exim { - include clamav; - include postgrey; + include clamav + include postgrey }