diff options
author | Marc Fournier <marc.fournier@camptocamp.com> | 2009-08-28 11:15:35 +0200 |
---|---|---|
committer | Marc Fournier <marc.fournier@camptocamp.com> | 2009-08-28 11:15:35 +0200 |
commit | 1c249d42e9d14f756d52044c74f0bc08914cc876 (patch) | |
tree | 21d5fe86171797350b89dfbcdee2ebe362dced28 /README | |
parent | e597522fbf605400988726f1ccbc80d60b1de39b (diff) | |
download | puppet-postfix-1c249d42e9d14f756d52044c74f0bc08914cc876.tar.gz puppet-postfix-1c249d42e9d14f756d52044c74f0bc08914cc876.tar.bz2 |
postfix: added/reformated documentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,12 @@ -include postfix += Postfix Puppet module -postfix::config { "relay_domains": value => "localhost host.foo.com" } +This module will help install and configure postfix. + +A couple of classes will preconfigure postfix for common needs. + +== Example: + + include postfix + + postfix::config { "relay_domains": value => "localhost host.foo.com" } |