From f35c84dc309a09ed60b56d37a206c7c59ab6f354 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 15 Dec 2010 10:26:51 +0100 Subject: Explicitly prevent removed login records files to be backup'd. The whole idea of this module is to avoid keeping the information that is usually stored in these files, rather than moving it to a Puppet fileserver. --- manifests/lastlog/disable.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/lastlog/disable.pp') diff --git a/manifests/lastlog/disable.pp b/manifests/lastlog/disable.pp index e143477..69e13d5 100644 --- a/manifests/lastlog/disable.pp +++ b/manifests/lastlog/disable.pp @@ -5,5 +5,6 @@ class loginrecords::lastlog::disable inherits loginrecords::lastlog::enable { } File['/var/log/lastlog']{ ensure => absent, + backup => false, } } -- cgit v1.2.3