Skip to content
Snippets Groups Projects
Commit c6044570 authored by Steve Huff's avatar Steve Huff Committed by Marc Fournier
Browse files

wrong mailx package on Ubuntu systems

The selector for determining the mailx package wants to match against
lsbdistcodename, not lsbdistrelease.
parent bdd4acde
Branches
Tags
No related merge requests found
...@@ -57,7 +57,7 @@ class postfix { ...@@ -57,7 +57,7 @@ class postfix {
$postfix_mail_user = 'vmail' $postfix_mail_user = 'vmail'
} }
$mailx_package = $::lsbdistrelease ? { $mailx_package = $::lsbdistcodename ? {
'squeeze' => 'bsd-mailx', 'squeeze' => 'bsd-mailx',
'lucid' => 'bsd-mailx', 'lucid' => 'bsd-mailx',
default => 'mailx', default => 'mailx',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment