[Mageia-sysadm] [569] - add missing directory
root at mageia.org
root at mageia.org
Thu Dec 9 14:09:31 CET 2010
Revision: 569
Author: misc
Date: 2010-12-09 14:09:31 +0100 (Thu, 09 Dec 2010)
Log Message:
-----------
- add missing directory
Modified Paths:
--------------
puppet/modules/sympa/manifests/init.pp
Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp 2010-12-09 12:55:48 UTC (rev 568)
+++ puppet/modules/sympa/manifests/init.pp 2010-12-09 13:09:31 UTC (rev 569)
@@ -80,6 +80,15 @@
group => root,
mode => 755,
}
+
+ # directory that will hold the list data
+ # i am not sure of the name ( misc, 09/12/10 )
+ file { "/var/lib/sympa/expl/":
+ ensure => directory,
+ owner => sympa,
+ group => root,
+ mode => 755,
+ }
}
define list($subject, $profile, $language = 'en') {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101209/f934b1a6/attachment.html>
More information about the Mageia-sysadm
mailing list