/[adm]/puppet/modules/sympa/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/sympa/manifests/init.pp

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

revision 2086 by boklm, Wed Sep 21 15:12:02 2011 UTC revision 2087 by boklm, Thu Nov 10 14:10:16 2011 UTC
# Line 244  class sympa { Line 244  class sympa {
244  #   various types of list that can be directly used  #   various types of list that can be directly used
245  #  #
246  #  #
247    
248        # public discussion list
249        # reply_to is set to the list
250      define public_list($subject, $language = 'en', $topics = false) {      define public_list($subject, $language = 'en', $topics = false) {
251            include vhost::variable
252          list { $name:          list { $name:
253              subject => $subject,              subject => $subject,
254             # profile => "public",             # profile => "public",
255              language => $language,              language => $language,
256              topics => $topics,              topics => $topics,
257                reply_to => "$name@$sympa::variable::vhost",
258          }          }
259      }      }
260    

Legend:
Removed from v.2086  
changed lines
  Added in v.2087

  ViewVC Help
Powered by ViewVC 1.1.30