From 8f4d11dfb2a778f6addbe03e01aa7b4ddd1a8041 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 4 May 2010 17:01:52 +0200 Subject: [PATCH] postfix: updated doc - followup to commit 18661db4 --- manifests/classes/postfix.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/classes/postfix.pp b/manifests/classes/postfix.pp index f1f803a5..c7f98ce6 100644 --- a/manifests/classes/postfix.pp +++ b/manifests/classes/postfix.pp @@ -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 # } #