summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-17 13:57:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-17 13:57:09 -0200
commitdfcdc9f3ae22d243b2617a87ba556600b596cb6e (patch)
tree9456e2b18c02f04a1a675e4a06f8cdb049868657 /manifests/base.pp
parent5880a633233f72808f563d9ee6181357c395f5ae (diff)
downloadpuppet-mail-dfcdc9f3ae22d243b2617a87ba556600b596cb6e.tar.gz
puppet-mail-dfcdc9f3ae22d243b2617a87ba556600b596cb6e.tar.bz2
Fixing parameter evaluation
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 7e8d174..f4bb97f 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -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,