From 81af7f6855015afd416e43d58401cd25d58f3880 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 17 Dec 2010 00:50:55 +0000 Subject: add topics.conf, to manage topics of ml ( and how they appear in the web page ) --- modules/sympa/manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/sympa/manifests') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 2c4ada5c..c5fd8e47 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -105,6 +105,14 @@ class sympa { 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, -- cgit v1.2.1