aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-28 22:44:15 +0000
committerMichael Scherer <misc@mageia.org>2011-03-28 22:44:15 +0000
commit6bb437dafc32f22c618e043f7527b1549c89c914 (patch)
tree575d96aef0c5993dfa5cabfda843f606e4a7ced1 /deployment/lists
parent99930915a16a69019e9c112e172ce9f246c336bf (diff)
downloadpuppet-6bb437dafc32f22c618e043f7527b1549c89c914.tar
puppet-6bb437dafc32f22c618e043f7527b1549c89c914.tar.gz
puppet-6bb437dafc32f22c618e043f7527b1549c89c914.tar.bz2
puppet-6bb437dafc32f22c618e043f7527b1549c89c914.tar.xz
puppet-6bb437dafc32f22c618e043f7527b1549c89c914.zip
- use the new type for automatic inclusion of the member of board
Diffstat (limited to 'deployment/lists')
-rw-r--r--deployment/lists/manifests/init.pp7
1 files changed, 1 insertions, 6 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp
index 6df45497..2069fffc 100644
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -131,12 +131,7 @@ class lists {
topics => "developers",
}
- # rda asked for a list where posting is restricted to a ldap
- # group, and where everybody can subscribe. While the name is not
- # really reflecting the usage, the functionnal requirements are fullfilled
- # FIXME people in the board group should be subscribed to this list
- #
- sympa::announce_list_group { "board-public":
+ sympa::public_restricted_list { "board-public":
subject => "List for public board discussion",
reply_to => false,
sender_ldap_group => "mga-board",