aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-01-09 22:51:26 +0100
committermh <mh@immerda.ch>2011-01-09 22:51:26 +0100
commit5b303f63c2133e25f84b21f7c2b275aa02c32545 (patch)
treeeaeeddd987d5718536fc1acd57d0c533bd4d1e48 /manifests/init.pp
parentf35c84dc309a09ed60b56d37a206c7c59ab6f354 (diff)
downloadpuppet-loginrecords-5b303f63c2133e25f84b21f7c2b275aa02c32545.tar.gz
puppet-loginrecords-5b303f63c2133e25f84b21f7c2b275aa02c32545.tar.bz2
Disable removing utmp by default
This breaks various scripts such as runlevel and hence invoke-rc.d
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9c0a880..fe65eec 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -2,7 +2,7 @@ class loginrecords(
$disable_btmp = true,
$disable_faillog = true,
$disable_lastlog = true,
- $disable_utmp = true,
+ $disable_utmp = false,
$disable_wtmp = true
){
# Include main class