]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Documentation fix.
authorintrigeri <intrigeri@boum.org>
Mon, 18 Oct 2010 18:44:36 +0000 (20:44 +0200)
committerintrigeri <intrigeri@boum.org>
Mon, 18 Oct 2010 18:44:36 +0000 (20:44 +0200)
manifests/classes/postfix.pp

index aa04cfc64603f14cc69e92863e8134886c4b2a85..627fcf11918a4abb3f31f86fb93d818880d6f937 100644 (file)
@@ -5,13 +5,13 @@
 # delivery and an SMTP server listening on the loopback interface.
 #
 # Parameters:
-# - *$postfix_ng_smtp_listen*: address on which the smtp service will listen to. defaults to 127.0.0.1
+# - *$postfix_smtp_listen*: address on which the smtp service will listen to. defaults to 127.0.0.1
 # - *$root_mail_recipient*: who will recieve root's emails. defaults to "nobody"
 #
 # Example usage:
 #
 #   node "toto.example.com" {
-#     $postfix_ng_smtp_listen = "192.168.1.10"
+#     $postfix_smtp_listen = "192.168.1.10"
 #     include postfix
 #   }
 #