Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Puppet Camptocamp Postfix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projets publics
Puppet Camptocamp Postfix
Commits
70a08b2e
Commit
70a08b2e
authored
Jul 29, 2013
by
Raphaël Pinson
Browse files
Options
Downloads
Patches
Plain Diff
Doc
parent
6232194a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+18
-0
18 additions, 0 deletions
README.md
manifests/config.pp
+3
-1
3 additions, 1 deletion
manifests/config.pp
with
21 additions
and
1 deletion
README.md
+
18
−
0
View file @
70a08b2e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
manifests/config.pp
+
3
−
1
View file @
70a08b2e
#
# == 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment