mailx is a virtual package in Squeeze. Better install heirloom-mailx.

This one is a real package, available in Lenny and Squeeze.
This commit is contained in:
intrigeri 2010-11-10 21:54:59 +01:00
parent 127d2972fa
commit 78c5fbe9f2

View file

@ -64,6 +64,10 @@ class postfix {
ensure => installed
}
if $operatingsystem == 'debian' {
Package[mailx] { name => 'heirloom-mailx' }
}
service { "postfix":
ensure => running,
require => Package["postfix"],