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.adam-barratt.org.uk/?a=commitdiff_plain;h=efa6fe77e365574af9d78e671e61e4bbca347695;hp=b7840b5dee51a6081d34516f9d171266e0ee7336;p=mirror%2Fdsa-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 0aa2e0033..d5c679ac2 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 }