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
f4743e49
Commit
f4743e49
authored
Oct 01, 2012
by
Cedric Jeanneret
Browse files
postfix - added support for myorigin override - needed on some special setups
parent
dd7511cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
f4743e49
...
...
@@ -149,8 +149,12 @@ class postfix {
}
# Default configuration parameters
$myorigin
=
$valid_fqdn
?
{
''
=>
$::fqdn
,
default
=>
$valid_fqdn
,
}
postfix::config
{
'myorigin'
:
value
=>
$
::fqd
n
;
'myorigin'
:
value
=>
$
myorigi
n
;
'alias_maps'
:
value
=>
'hash:/etc/aliases'
;
'inet_interfaces'
:
value
=>
'all'
;
}
...
...
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