Skip to content
GitLab
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
4f75e068
Commit
4f75e068
authored
May 20, 2013
by
Raphaël Pinson
Browse files
Replace README with README.md
parent
003e7f3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
deleted
100644 → 0
View file @
003e7f3e
= Postfix Puppet module
This module will help install and configure postfix.
A couple of classes will preconfigure postfix for common needs.
== Example:
include postfix
postfix::config { "relay_domains": value => "localhost host.foo.com" }
README.md
0 → 100644
View file @
4f75e068
# Postfix module for Puppet
**Manages Postfix configuration.**
This module is provided by
[
Camptocamp
](
http://www.camptocamp.com/
)
## Simple usage
include postfix
postfix::config { "relay_domains": value => "localhost host.foo.com" }
## Classes
## Definitions
## Contributing
Please report bugs and feature request using
[
GitHub issue
tracker
](
https://github.com/camptocamp/puppet-postfix/issues
)
.
For pull requests, it is very much appreciated to check your Puppet manifest
with
[
puppet-lint
](
https://github.com/camptocamp/puppet-postfix/issues
)
to follow the recommended Puppet style guidelines from the
[
Puppet Labs style guide
](
http://docs.puppetlabs.com/guides/style_guide.html
)
.
## License
Copyright (c) 2013
<mailto:puppet@camptocamp.com>
All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment