diff options
author | Micah Anderson <micah@riseup.net> | 2013-04-23 15:27:13 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-04-23 15:27:13 -0400 |
commit | 33b29d4d2738810f6e4ade8c0b4ffb8883e05c8b (patch) | |
tree | 307d417e00fbb50397f8d39a6610c5465b71ac79 | |
parent | 04e63d3abcdf608dc3efd8a9a20bb35d46bf46c5 (diff) | |
download | puppet-postfix-33b29d4d2738810f6e4ade8c0b4ffb8883e05c8b.tar.gz puppet-postfix-33b29d4d2738810f6e4ade8c0b4ffb8883e05c8b.tar.bz2 |
README: add postfix::disable and fix section headers
-rw-r--r-- | README | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -126,10 +126,14 @@ Example usage: } +postfix::disable +---------------- +If you include this class, the postfix package will be removed and the service +stopped. -postfix::hash -============= +postfix::hash +------------- This can be used to create postfix hashed "map" files. It will create "${name}", and then build "${name}.db" using the "postmap" command. The map file can then be referred to using postfix::config. @@ -153,7 +157,7 @@ Example usage: postfix::virtual -================ +---------------- Manages content of the /etc/postfix/virtual map Parameters: @@ -181,7 +185,7 @@ Example usage: } postfix::mailalias -================== +------------------ Wrapper around Puppet mailalias resource, provides newaliases executable. Parameters: |