user correct path
authorStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 11:34:32 +0000 (12:34 +0100)
committerStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 11:34:32 +0000 (12:34 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/manifests/init.pp

index e18f0aa..38a77a8 100644 (file)
@@ -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',