[Mageia-sysadm] [606] fix filename to match the one use in other config file

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


Revision: 606
Author:   misc
Date:     2010-12-14 19:29:43 +0100 (Tue, 14 Dec 2010)
Log Message:
-----------
fix filename to match the one use in other config file

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

Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp	2010-12-14 18:29:41 UTC (rev 605)
+++ puppet/modules/sympa/manifests/init.pp	2010-12-14 18:29:43 UTC (rev 606)
@@ -115,7 +115,7 @@
         }
 
         define scenario_sender_ldap_group {
-            file { "/etc/sympa/scenari/send.sender_$name":
+            file { "/etc/sympa/scenari/send.restricted_$name":
                 ensure => present,
                 owner => root,
                 group => root,
@@ -125,7 +125,7 @@
         }
 
         define scenario_sender_email {
-            file { "/etc/sympa/scenari/send.sender_$name":
+            file { "/etc/sympa/scenari/send.restricted_$name":
                 ensure => present,
                 owner => root,
                 group => root,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101214/ddd5a648/attachment-0001.html>


More information about the Mageia-sysadm mailing list