From 7635c660185323e02d17287405cb8b57bc427f4c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 16 Dec 2010 13:01:06 +0000 Subject: - remove files that are not managed by puppet, or that no longer exist in sympa directory, to avoid them interfering in the future --- modules/sympa/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/sympa/manifests') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 09c57a36..2c4ada5c 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -83,6 +83,9 @@ class sympa { owner => root, group => root, mode => 755, + purge => true, + recurse => true, + force => true, } file { ["/etc/sympa/scenari/subscribe.open_web_only_notify", -- cgit v1.2.1