Revision
462
Author
misc
Date
2010-11-24 21:31:12 +0100 (Wed, 24 Nov 2010)

Log Message

fix syntax

Modified Paths

Modified: puppet/modules/amavis/manifests/init.pp
===================================================================
--- puppet/modules/amavis/manifests/init.pp	2010-11-24 20:31:11 UTC (rev 461)
+++ puppet/modules/amavis/manifests/init.pp	2010-11-24 20:31:12 UTC (rev 462)
@@ -14,7 +14,7 @@
         owner => root,
         group => root,
         mode => 644,
-        requires => Package["amavisd-new"],
+        require => Package["amavisd-new"],
         content => template('amavis/amavisd.conf')
     }
 }