summaryrefslogtreecommitdiff
path: root/README
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 /README
parente597522fbf605400988726f1ccbc80d60b1de39b (diff)
postfix: added/reformated documentation
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index 5778bf7..964125f 100644
--- a/README
+++ b/README
@@ -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" }