diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-18 20:44:36 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-18 20:44:36 +0200 |
commit | b8fc529f06ce01b38142ab920388a921701c3c73 (patch) | |
tree | cb5292e92c07006525d394ea449a5afc91eca07f | |
parent | fc9e549f46dc47ef69980aaa150361fc347b801a (diff) | |
download | puppet-postfix-b8fc529f06ce01b38142ab920388a921701c3c73.tar.gz puppet-postfix-b8fc529f06ce01b38142ab920388a921701c3c73.tar.bz2 |
Documentation fix.
-rw-r--r-- | manifests/classes/postfix.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/classes/postfix.pp b/manifests/classes/postfix.pp index aa04cfc..627fcf1 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 # } # |