Skip to content
Snippets Groups Projects
Commit 70a08b2e authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Doc

parent 6232194a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
#
# == 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment