]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Removing unused $mail_delivery
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Aug 2010 14:08:18 +0000 (11:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Aug 2010 14:08:18 +0000 (11:08 -0300)
manifests/mail.pp

index 06987d934c9cfb8e106a54348ece0e639c4c0c99..473a1f6323e2d7a316b2478e52e6b65a63d153a7 100644 (file)
@@ -1,5 +1,4 @@
 class mail {
-  $mail_delivery         = "postfix"
   $postfix_smtp_listen   = "all"
   $postfix_use_amavisd   = "yes"
   $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost'