[Mageia-sysadm] [462] fix syntax

root at mageia.org root at mageia.org
Wed Nov 24 21:31:12 CET 2010


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

Modified Paths:
--------------
    puppet/modules/amavis/manifests/init.pp

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')
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101124/73a16458/attachment.html>


More information about the Mageia-sysadm mailing list