aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-28 19:51:10 +0000
committerMichael Scherer <misc@mageia.org>2011-03-28 19:51:10 +0000
commit9ba5ecc6d086fda9a09145886be88249eb625301 (patch)
treec2dd920a65f337c89928efea7c1dbf003968b213 /deployment/lists
parent2c81a46979b30e59a51a0e2bf181bcdb6cea66ee (diff)
downloadpuppet-9ba5ecc6d086fda9a09145886be88249eb625301.tar
puppet-9ba5ecc6d086fda9a09145886be88249eb625301.tar.gz
puppet-9ba5ecc6d086fda9a09145886be88249eb625301.tar.bz2
puppet-9ba5ecc6d086fda9a09145886be88249eb625301.tar.xz
puppet-9ba5ecc6d086fda9a09145886be88249eb625301.zip
- create the council list, modeled to the board-public one (
that need to be changed too, BTW )
Diffstat (limited to 'deployment/lists')
-rw-r--r--deployment/lists/manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
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",
+ }
}