[Mageia-sysadm] [590] fix ordering, if a list was partially removed manually

root at mageia.org root at mageia.org
Tue Dec 14 01:22:33 CET 2010


Revision: 590
Author:   misc
Date:     2010-12-14 01:22:33 +0100 (Tue, 14 Dec 2010)
Log Message:
-----------
fix ordering, if a list was partially removed manually

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

Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp	2010-12-13 23:55:09 UTC (rev 589)
+++ puppet/modules/sympa/manifests/init.pp	2010-12-14 00:22:33 UTC (rev 590)
@@ -171,8 +171,8 @@
         }
 
         exec { "sympa.pl --create_list --robot=$sympa::variable::vhost --input_file=$xml_file":
-            refreshonly => true,
-            subscribe => File["$xml_file"],
+            require => File["$xml_file"],
+            create => "/var/lib/sympa/expl/$name",
             before => File["/var/lib/sympa/expl/$name/config"],
         }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101214/3dc394d6/attachment.html>


More information about the Mageia-sysadm mailing list