Skip to content

Commit

Permalink
wrong mailx package on Ubuntu systems
Browse files Browse the repository at this point in the history
The selector for determining the mailx package wants to match against
lsbdistcodename, not lsbdistrelease.
  • Loading branch information
hakamadare committed Apr 4, 2012
1 parent 89d2bf5 commit 0bf96e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
$postfix_mail_user = 'vmail'
}

$mailx_package = $::lsbdistrelease ? {
$mailx_package = $::lsbdistcodename ? {
'squeeze' => 'bsd-mailx',
'lucid' => 'bsd-mailx',
default => 'mailx',
Expand Down

0 comments on commit 0bf96e1

Please sign in to comment.