[Mageia-sysadm] [589] add scenario_sender_ldap_group and scenario_sender_mail

root at mageia.org root at mageia.org
Tue Dec 14 00:55:09 CET 2010


Revision: 589
Author:   misc
Date:     2010-12-14 00:55:09 +0100 (Tue, 14 Dec 2010)
Log Message:
-----------
add scenario_sender_ldap_group and scenario_sender_mail

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

Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp	2010-12-13 23:55:08 UTC (rev 588)
+++ puppet/modules/sympa/manifests/init.pp	2010-12-13 23:55:09 UTC (rev 589)
@@ -115,12 +115,23 @@
         }
 
         define scenario_sender_ldap_group {
-            # TODO
-
+            file { "/etc/sympa/scenari/send.sender_$name":
+                ensure => present,
+                owner => root,
+                group => root,
+                mode => 755,
+                content => template('sympa/scenari/sender.ldap_group') 
+            }
         }
 
         define scenario_sender_email {
-            # TODO
+            file { "/etc/sympa/scenari/send.sender_$name":
+                ensure => present,
+                owner => root,
+                group => root,
+                mode => 755,
+                content => template('sympa/scenari/sender.email') 
+            }
         }
 
         # add each group that could be used in a sympa ml either as 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101214/8a9198db/attachment-0001.html>


More information about the Mageia-sysadm mailing list