From e6c049751e571e0e86be3281ac11a669499ca0b2 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 9 Dec 2010 18:32:49 +0100 Subject: fix typo --- manifests/wtmp/disable.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/wtmp') diff --git a/manifests/wtmp/disable.pp b/manifests/wtmp/disable.pp index c974cd9..e3d5228 100644 --- a/manifests/wtmp/disable.pp +++ b/manifests/wtmp/disable.pp @@ -1,5 +1,5 @@ class loginrecords::wtmp::disable inherits loginrecords::wtmp::enable { - File[$wtmp_filer]{ + File[$wtmp_file]{ ensure => 'absent' } } -- cgit v1.2.3