]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Use the hash variable
authorStephen Gran <steve@lobefin.net>
Thu, 7 May 2009 00:29:45 +0000 (01:29 +0100)
committerStephen Gran <steve@lobefin.net>
Thu, 7 May 2009 00:29:45 +0000 (01:29 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index e9f332c418e46318bf0a763e1a2c7f92d5a44056..1ea37fe5c9a504bd2b77128f91c45d24a02193b4 100644 (file)
@@ -852,7 +852,7 @@ smarthost:
   driver = manualroute
   domains = !+handled_domains
   transport = remote_smtp_smarthost
-  route_list = * ' + smarthost + '
+  route_list = * ' + nodeinfo['smarthost'] + '
   host_find_failed = defer
   same_domain_copy_routing = yes
   no_more