aboutsummaryrefslogtreecommitdiff
path: root/manifests/classes/postfix-mailman.pp
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2009-08-28 11:15:35 +0200
committerMarc Fournier <marc.fournier@camptocamp.com>2009-08-28 11:15:35 +0200
commit1c249d42e9d14f756d52044c74f0bc08914cc876 (patch)
tree21d5fe86171797350b89dfbcdee2ebe362dced28 /manifests/classes/postfix-mailman.pp
parente597522fbf605400988726f1ccbc80d60b1de39b (diff)
downloadpuppet-postfix-1c249d42e9d14f756d52044c74f0bc08914cc876.tar.gz
puppet-postfix-1c249d42e9d14f756d52044c74f0bc08914cc876.tar.bz2
postfix: added/reformated documentation
Diffstat (limited to 'manifests/classes/postfix-mailman.pp')
-rw-r--r--manifests/classes/postfix-mailman.pp16
1 files changed, 16 insertions, 0 deletions
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