aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-12-15 14:43:40 +0100
committerintrigeri <intrigeri@boum.org>2010-12-15 14:43:40 +0100
commitd374575bfb9f6ebe55af1ffac537e7ccd0f484a9 (patch)
tree8e8a64e8bf99a40549acff928a752f2449f9fb39
parent2f37d6cc9dafa6370deaa6b7e7017981a9b9f05f (diff)
downloadpuppet-postfix-d374575bfb9f6ebe55af1ffac537e7ccd0f484a9.tar.gz
puppet-postfix-d374575bfb9f6ebe55af1ffac537e7ccd0f484a9.tar.bz2
Rather use bsd-mailx on Debian.
It is smaller than the feature-bloated heirloom-mailx.
-rw-r--r--manifests/classes/postfix.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/classes/postfix.pp b/manifests/classes/postfix.pp
index 3d8ac3a..588bfc8 100644
--- a/manifests/classes/postfix.pp
+++ b/manifests/classes/postfix.pp
@@ -76,7 +76,7 @@ class postfix {
}
if $operatingsystem == 'debian' {
- Package[mailx] { name => 'heirloom-mailx' }
+ Package[mailx] { name => 'bsd-mailx' }
}
service { "postfix":