aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-14 18:29:43 +0000
committerMichael Scherer <misc@mageia.org>2010-12-14 18:29:43 +0000
commit64b8a6bde128ef763d48d5ae0337325d72083722 (patch)
treefc959862bca7af8d60bad7f0ef68b8362ee8f672 /modules/sympa
parent6c3e3bf6f6dbfa7a386caebd9a49a38601aa243c (diff)
downloadpuppet-64b8a6bde128ef763d48d5ae0337325d72083722.tar
puppet-64b8a6bde128ef763d48d5ae0337325d72083722.tar.gz
puppet-64b8a6bde128ef763d48d5ae0337325d72083722.tar.bz2
puppet-64b8a6bde128ef763d48d5ae0337325d72083722.tar.xz
puppet-64b8a6bde128ef763d48d5ae0337325d72083722.zip
fix filename to match the one use in other config file
Diffstat (limited to 'modules/sympa')
-rw-r--r--modules/sympa/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp
index 3996de66..3ffbc9c8 100644
--- a/modules/sympa/manifests/init.pp
+++ b/modules/sympa/manifests/init.pp
@@ -115,7 +115,7 @@ class sympa {
}
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 @@ class sympa {
}
define scenario_sender_email {
- file { "/etc/sympa/scenari/send.sender_$name":
+ file { "/etc/sympa/scenari/send.restricted_$name":
ensure => present,
owner => root,
group => root,