Test to see if purge works the way I think it does
[mirror/dsa-puppet.git] / modules / exim / manifests / init.pp
index d14234f..152a12a 100644 (file)
@@ -7,7 +7,8 @@ class exim {
           ensure  => directory,
           owner   => root,
           group   => root,
-          mode    => 755
+          mode    => 755,
+          purge   => true
         ;
         "/etc/exim4/exim4.conf":
           owner   => root,