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
18aaae0e
Commit
18aaae0e
authored
May 23, 2014
by
Simon Séhier
Browse files
Explain how to set path
parent
888d93e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
18aaae0e
...
...
@@ -12,6 +12,21 @@ This module requires Augeas.
postfix::config { "relay_domains": value => "localhost host.foo.com" }
## Exec paths
In order to not have any path problem, you should add the following line in
some globally included .pp file:
Exec {
path => '/some/relevant/path:/some/other:...',
}
For example:
Exec {
path => '/bin:/sbin:/usr/sbin:/usr/bin',
}
## Classes
### postfix
...
...
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