diff options
author | intrigeri <intrigeri@boum.org> | 2010-12-15 14:43:40 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-12-15 14:43:40 +0100 |
commit | d374575bfb9f6ebe55af1ffac537e7ccd0f484a9 (patch) | |
tree | 8e8a64e8bf99a40549acff928a752f2449f9fb39 /manifests | |
parent | 2f37d6cc9dafa6370deaa6b7e7017981a9b9f05f (diff) | |
download | puppet-postfix-d374575bfb9f6ebe55af1ffac537e7ccd0f484a9.tar.gz puppet-postfix-d374575bfb9f6ebe55af1ffac537e7ccd0f484a9.tar.bz2 |
Rather use bsd-mailx on Debian.
It is smaller than the feature-bloated heirloom-mailx.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/classes/postfix.pp | 2 |
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": |