From: Stephen Gran Date: Tue, 24 Feb 2009 15:14:51 +0000 (+0000) Subject: Test to see if purge works the way I think it does X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c584234ee84b9e9a879500e12d14a8f8f36e6437;p=dsa-puppet.git Test to see if purge works the way I think it does Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index d14234fa..152a12ae 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -7,7 +7,8 @@ class exim { ensure => directory, owner => root, group => root, - mode => 755 + mode => 755, + purge => true ; "/etc/exim4/exim4.conf": owner => root,