summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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" }