]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 16 Feb 2011 18:15:31 +0000 (16:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 16 Feb 2011 18:15:31 +0000 (16:15 -0200)
manifests/base.pp

index 5a4cdc5b48551be77897c90019cbc7d73adf1f66..7e8d174225c649d125bca09e0f1811bac8c5982b 100644 (file)
@@ -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,