Commit 70a08b2e authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Doc

parent 6232194a
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -14,9 +14,27 @@ This module requires Augeas.

## Classes

### postfix

The top-level class, to install and configure Postfix.

## Definitions

### postfix::config

Add/alter/remove options in Postfix main configuration file (main.cf)

### postfix::hash

Creates Postfix hashed "map" files, and build the corresponding db file.

### postfix::transport

Manages content in the transport map.

### postfix::virtual

Manages content in the virtual map.

## Contributing

+3 −1
Original line number Diff line number Diff line
#
# == Definition: postfix::config
#
# Uses the "postconf" command to add/alter/remove options in postfix main
# Uses Augeas to add/alter/remove options in postfix main
# configuation file (/etc/postfix/main.cf).
#
# TODO: make this a type with an Augeas and a postconf providers.
#
# === Parameters
#
# [*name*]   - name of the parameter.