From: Stephen Gran Date: Tue, 17 Nov 2009 17:56:06 +0000 (+0000) Subject: and the right path X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8204a99ed763bb3b4d3a1c18d79565d844fff36b;hp=fca01ed53d923c12023e4b7102bd31060cfc9614;p=mirror%2Fdsa-puppet.git and the right path Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index ac47c014b..1d40853b1 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -24,14 +24,14 @@ class exim { purge => true, force => true, recurse => true, - source => "puppet:///empty/" + source => "puppet:///files/empty/" ; "/etc/exim4/conf.d": ensure => directory, purge => true, force => true, recurse => true, - source => "puppet:///empty/" + source => "puppet:///files/empty/" ; "/etc/exim4/ssl": ensure => directory,