aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests/scenario/sender_restricted.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa/manifests/scenario/sender_restricted.pp')
-rw-r--r--modules/sympa/manifests/scenario/sender_restricted.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/manifests/scenario/sender_restricted.pp b/modules/sympa/manifests/scenario/sender_restricted.pp
index 0ca9face..c69d3669 100644
--- a/modules/sympa/manifests/scenario/sender_restricted.pp
+++ b/modules/sympa/manifests/scenario/sender_restricted.pp
@@ -3,7 +3,7 @@ define sympa::scenario::sender_restricted(
$ldap_group = false,
$allow_subscriber = false
) {
- file { "/etc/sympa/scenari/send.restricted_$name":
+ file { "/etc/sympa/scenari/send.restricted_${name}":
content => template('sympa/scenari/sender.restricted')
}
}