Skip to content
Snippets Groups Projects
Commit 8d4b32ef authored by Kamil Zegier's avatar Kamil Zegier Committed by Raphaël Pinson
Browse files

Fix package name resolution for Debian stretch (#179)

parent c8253b6e
No related merge requests found
......@@ -31,7 +31,7 @@ class postfix::params {
$restart_cmd = '/etc/init.d/postfix reload'
$mailx_package = $::lsbdistcodename ? {
/sarge|etch|lenny/ => 'mailx',
/^(sarge|etch|lenny)$/ => 'mailx',
default => 'bsd-mailx',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment