[Mageia-sysadm] [611] add missing scenari

root at mageia.org root at mageia.org
Tue Dec 14 19:29:48 CET 2010


Revision: 611
Author:   misc
Date:     2010-12-14 19:29:48 +0100 (Tue, 14 Dec 2010)
Log Message:
-----------
add missing scenari

Modified Paths:
--------------
    puppet/modules/sympa/manifests/init.pp

Added Paths:
-----------
    puppet/modules/sympa/files/scenari/subscriber_moderated

Added: puppet/modules/sympa/files/scenari/subscriber_moderated
===================================================================
--- puppet/modules/sympa/files/scenari/subscriber_moderated	                        (rev 0)
+++ puppet/modules/sympa/files/scenari/subscriber_moderated	2010-12-14 18:29:48 UTC (rev 611)
@@ -0,0 +1,6 @@
+title Reserved to subscriber
+
+is_subscriber([listname],[sender])   smtp,smime,md5    -> do_it
+true()                               smime,md5         -> do_it
+true()                               smtp              -> request_auth
+

Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp	2010-12-14 18:29:47 UTC (rev 610)
+++ puppet/modules/sympa/manifests/init.pp	2010-12-14 18:29:48 UTC (rev 611)
@@ -94,6 +94,14 @@
             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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101214/28e98942/attachment-0001.html>


More information about the Mageia-sysadm mailing list