From 1c249d42e9d14f756d52044c74f0bc08914cc876 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Fri, 28 Aug 2009 11:15:35 +0200 Subject: postfix: added/reformated documentation --- manifests/classes/postfix-mailman.pp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'manifests/classes/postfix-mailman.pp') diff --git a/manifests/classes/postfix-mailman.pp b/manifests/classes/postfix-mailman.pp index ace2af1..c6c7981 100644 --- a/manifests/classes/postfix-mailman.pp +++ b/manifests/classes/postfix-mailman.pp @@ -1,3 +1,19 @@ +# +# == Class: postfix::mailman +# +# Configures a basic smtp server, able to work for the mailman mailing-list +# manager. +# +# Parameters: +# - every global variable which works for class "postfix" will work here. +# +# Example usage: +# +# node "toto.example.com" { +# include mailman +# include postfix::mailman +# } +# class postfix::mailman { $postfix_ng_smtp_listen = "0.0.0.0" include postfix -- cgit v1.2.3