Revision
578
Author
misc
Date
2010-12-14 00:54:56 +0100 (Tue, 14 Dec 2010)

Log Message

create directory to hold scenari

Modified Paths

Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp	2010-12-10 20:52:20 UTC (rev 577)
+++ puppet/modules/sympa/manifests/init.pp	2010-12-13 23:54:56 UTC (rev 578)
@@ -76,6 +76,7 @@
         }
 
         file { ["/etc/sympa/lists_xml/",
+                "/etc/sympa/scenari/",
                 "/etc/sympa/data_sources/",
                 "/etc/sympa/search_filters/"]:
             ensure => directory,