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

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,