Skip to content
Snippets Groups Projects
Commit 512834f0 authored by Marc Fournier's avatar Marc Fournier
Browse files

postfix: squeeze fix - mailx now has several alternatives.

parent 8f4d11df
Branches
No related tags found
No related merge requests found
......@@ -42,10 +42,18 @@ class postfix {
}
package { ["postfix", "mailx"]:
package { "postfix":
ensure => installed
}
package { "mailx":
ensure => installed,
name => $lsbdistcodename ? {
"squeeze" => "bsd-mailx",
default => "mailx",
},
}
service { "postfix":
ensure => running,
require => Package["postfix"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment