aboutsummaryrefslogtreecommitdiff
path: root/manifests/lastlog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-12-15 10:26:51 +0100
committerintrigeri <intrigeri@boum.org>2010-12-15 10:28:25 +0100
commitf35c84dc309a09ed60b56d37a206c7c59ab6f354 (patch)
tree1c349432d2fd37a3987494f9d98632b35951b89b /manifests/lastlog
parente6c049751e571e0e86be3281ac11a669499ca0b2 (diff)
downloadpuppet-loginrecords-f35c84dc309a09ed60b56d37a206c7c59ab6f354.tar.gz
puppet-loginrecords-f35c84dc309a09ed60b56d37a206c7c59ab6f354.tar.bz2
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.
Diffstat (limited to 'manifests/lastlog')
-rw-r--r--manifests/lastlog/disable.pp1
1 files changed, 1 insertions, 0 deletions
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,
}
}