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.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/sympa/manifests/scenario/sender_restricted.pp b/modules/sympa/manifests/scenario/sender_restricted.pp
index 48e2d459..3e47f87d 100644
--- a/modules/sympa/manifests/scenario/sender_restricted.pp
+++ b/modules/sympa/manifests/scenario/sender_restricted.pp
@@ -1,6 +1,7 @@
define sympa::scenario::sender_restricted(
- $email = false,
- $ldap_group = false
+ $email = false,
+ $ldap_group = false
+ $allow_subscriber = false,
) {
file { "/etc/sympa/scenari/send.restricted_$name":
content => template('sympa/scenari/sender.restricted')