]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Fixing parameter evaluation
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Feb 2011 15:57:09 +0000 (13:57 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Feb 2011 15:57:09 +0000 (13:57 -0200)
manifests/base.pp

index 7e8d174225c649d125bca09e0f1811bac8c5982b..f4bb97fc1c42d19eb8eb5bec3b1fbdc9fcf5d9f7 100644 (file)
@@ -22,7 +22,7 @@ class mail::base {
 
   # 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,