Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
70a08b2e
Commit
70a08b2e
authored
Jul 29, 2013
by
Raphaël Pinson
Browse files
Doc
parent
6232194a
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
70a08b2e
...
@@ -14,9 +14,27 @@ This module requires Augeas.
...
@@ -14,9 +14,27 @@ This module requires Augeas.
## Classes
## Classes
### postfix
The top-level class, to install and configure Postfix.
## Definitions
## 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
## Contributing
...
...
manifests/config.pp
View file @
70a08b2e
#
#
# == Definition: postfix::config
# == 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).
# configuation file (/etc/postfix/main.cf).
#
#
# TODO: make this a type with an Augeas and a postconf providers.
#
# === Parameters
# === Parameters
#
#
# [*name*] - name of the parameter.
# [*name*] - name of the parameter.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment