[Mageia-sysadm] [643] add topics.conf, to manage topics of ml ( and how they appear in the web
root at mageia.org
root at mageia.org
Fri Dec 17 01:50:55 CET 2010
Revision: 643
Author: misc
Date: 2010-12-17 01:50:55 +0100 (Fri, 17 Dec 2010)
Log Message:
-----------
add topics.conf, to manage topics of ml ( and how they appear in the web
page )
Modified Paths:
--------------
puppet/modules/sympa/manifests/init.pp
Added Paths:
-----------
puppet/modules/sympa/files/topics.conf
Added: puppet/modules/sympa/files/topics.conf
===================================================================
--- puppet/modules/sympa/files/topics.conf (rev 0)
+++ puppet/modules/sympa/files/topics.conf 2010-12-17 00:50:55 UTC (rev 643)
@@ -0,0 +1,3 @@
+test
+title Test lists
+title.fr Listes de test
Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp 2010-12-17 00:50:53 UTC (rev 642)
+++ puppet/modules/sympa/manifests/init.pp 2010-12-17 00:50:55 UTC (rev 643)
@@ -105,6 +105,14 @@
source => "puppet:///modules/sympa/scenari/subscriber_moderated",
}
+ file { ["/etc/sympa/topics.conf"]:
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 755,
+ source => "puppet:///modules/sympa/topics.conf",
+ }
+
define ldap_search_filter {
file { "/etc/sympa/search_filters/$name.ldap":
ensure => present,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101217/64297937/attachment.html>
More information about the Mageia-sysadm
mailing list