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