From 7c68fc7865be858b7a011a662697d752a5d23e8b Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 5 Apr 2012 12:34:32 +0100 Subject: [PATCH] user correct path Signed-off-by: Stephen Gran --- modules/exim/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index e18f0aab..38a77a8e 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -58,7 +58,7 @@ class exim { content => template('exim/virtualdomains.erb'), } file { '/etc/exim4/submission-domains': - content => template('exim/common/submission-domains.erb'), + content => template('exim/submission-domains.erb'), } file { '/etc/exim4/host_blacklist': source => 'puppet:///modules/exim/common/host_blacklist', @@ -137,8 +137,8 @@ class exim { } # Do we actually want this? I'm only doing it because it's harmless - # and makes the logs quiet. There are better ways of making logs quiet, - # though. + # and makes the logs quiet. There are better ways of making logs quiet, + # though. @ferm::rule { 'dsa-ident': domain => '(ip ip6)', description => 'Allow ident access', -- 2.39.2