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:
parent
127d2972fa
commit
78c5fbe9f2
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ class postfix {
|
|||
ensure => installed
|
||||
}
|
||||
|
||||
if $operatingsystem == 'debian' {
|
||||
Package[mailx] { name => 'heirloom-mailx' }
|
||||
}
|
||||
|
||||
service { "postfix":
|
||||
ensure => running,
|
||||
require => Package["postfix"],
|
||||
|
|
Loading…
Reference in a new issue