From: Stephen Gran Date: Thu, 5 Apr 2012 11:34:32 +0000 (+0100) Subject: user correct path X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=7c68fc7865be858b7a011a662697d752a5d23e8b;p=mirror%2Fdsa-puppet.git user correct path Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index e18f0aab5..38a77a8eb 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',