From 0a11b000f7319cc4c4dc48682d413ddd563c90af Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 14 Dec 2010 18:29:48 +0000 Subject: add missing scenari --- 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 c014a18d..97593141 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -94,6 +94,14 @@ class sympa { source => "puppet:///modules/sympa/scenari/open_web_only_notify", } + file { ["/etc/sympa/scenari/send.subscriber_moderated"]: + ensure => present, + owner => root, + group => root, + mode => 755, + source => "puppet:///modules/sympa/scenari/subscriber_moderated", + } + define ldap_search_filter { file { "/etc/sympa/search_filters/$name.ldap": ensure => present, -- cgit v1.2.1