/[adm]/puppet/deployment/lists/manifests/init.pp
ViewVC logotype

Diff of /puppet/deployment/lists/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1336 by boklm, Thu Mar 17 14:37:59 2011 UTC revision 1337 by misc, Mon Mar 21 10:49:56 2011 UTC
# Line 131  class lists { Line 131  class lists {
131              topics => "developers",              topics => "developers",
132          }          }
133    
134            # rda asked for a list where posting is restricted to a ldap
135            # group, and where everybody can subscribe. While the name is not
136            # really reflecting the usage, the functionnal requirements are fullfilled
137            # FIXME people in the board group should be subscribed to this list
138            #      
139            sympa::announce_list_group { "board-public":
140                subject => "List for public board discussion",
141                reply_to => false,
142                sender_ldap_group => "mga-board",
143                topics => "governance",
144            }
145    
146            sympa::private_list { "board-private":
147                subject => "List for private board discussion",
148                sender_ldap_group => "mga-board",
149                topics => "governance",
150            }
151    
152            
153  }  }

Legend:
Removed from v.1336  
changed lines
  Added in v.1337

  ViewVC Help
Powered by ViewVC 1.1.30