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

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"],
         }