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
4fe2171a
Commit
4fe2171a
authored
Mar 25, 2015
by
Mickaël Canévet
Browse files
Merge pull request #62 from robruma/bugfix/lucid_mailx_package
Removing lucid from mailx_package selector
parents
5d2a8d50
3763f184
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
4fe2171a
...
...
@@ -16,8 +16,8 @@ class postfix::params {
$seltype
=
undef
$mailx_package
=
$::lsbdistcodename
?
{
/sarge|etch|lenny
|lucid
/
=>
'mailx'
,
default
=>
'bsd-mailx'
,
/sarge|etch|lenny/
=>
'mailx'
,
default
=>
'bsd-mailx'
,
}
$master_os_template
=
"
${module_name}
/master.cf.debian.erb"
...
...
Write
Preview
Markdown
is supported
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