]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Rather use bsd-mailx on Debian.
authorintrigeri <intrigeri@boum.org>
Wed, 15 Dec 2010 13:43:40 +0000 (14:43 +0100)
committerintrigeri <intrigeri@boum.org>
Wed, 15 Dec 2010 13:43:40 +0000 (14:43 +0100)
It is smaller than the feature-bloated heirloom-mailx.

manifests/classes/postfix.pp

index 3d8ac3a3586e81393b7ba7c85f31ea130e350192..588bfc810969f0c75872027e45b4b247d775e92b 100644 (file)
@@ -76,7 +76,7 @@ class postfix {
   }
 
   if $operatingsystem == 'debian' {
-    Package[mailx] { name => 'heirloom-mailx' }
+    Package[mailx] { name => 'bsd-mailx' }
   }
 
   service { "postfix":