From: Silvio Rhatto Date: Wed, 16 Feb 2011 18:15:31 +0000 (-0200) Subject: Minor fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=66b96fe144ada95b1f3c51c14ff014b27f03254d;p=puppet-mail.git Minor fixes --- diff --git a/manifests/base.pp b/manifests/base.pp index 5a4cdc5..7e8d174 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -16,13 +16,13 @@ class mail::base { # Postgrey port configuration $postgrey_port = $lsbdistcodename ? { - 'lenny' => '60000', - 'default' => '10023', + 'lenny' => '60000', + default => '10023', } # Recipient restrictions postfix::config { "smtpd_recipient_restrictions": - value => 'permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client psbl.surriel.com, check_policy_service inet:127.0.0.1:$postgrey_port' } + value => 'permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client psbl.surriel.com, check_policy_service inet:127.0.0.1:${postgrey_port}' } postfix::hash { "/etc/postfix/virtual": ensure => present,