summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-07 11:08:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-07 11:08:18 -0300
commit4febaae9f2f816bd606d3c05456e47b44dcaeb24 (patch)
treed8f13121cebe1991215ff75d314a79c34bb4ac12 /manifests
parent52468a709ee50f3e81d28da061845dfade87cb7d (diff)
downloadpuppet-mail-4febaae9f2f816bd606d3c05456e47b44dcaeb24.tar.gz
puppet-mail-4febaae9f2f816bd606d3c05456e47b44dcaeb24.tar.bz2
Removing unused $mail_delivery
Diffstat (limited to 'manifests')
-rw-r--r--manifests/mail.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index 06987d9..473a1f6 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -1,5 +1,4 @@
class mail {
- $mail_delivery = "postfix"
$postfix_smtp_listen = "all"
$postfix_use_amavisd = "yes"
$postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost'