From 9ba5ecc6d086fda9a09145886be88249eb625301 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 28 Mar 2011 19:51:10 +0000 Subject: - create the council list, modeled to the board-public one ( that need to be changed too, BTW ) --- deployment/lists/manifests/init.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'deployment/lists') diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 39435c3b..6df45497 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -149,5 +149,9 @@ class lists { topics => "governance", } - + sympa::public_restricted_list { "council": + subject => "Council list", + subscriber_ldap_group => "mga-council", + topics => "governance", + } } -- cgit v1.2.1