From c414928502329b58045b4bfbf234b748a73ba84d Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 30 Nov 2010 00:38:41 +0100 Subject: get rid off import statement import statements are rather bad and with placing the code in the proper files we can get rid off the statement at all. --- manifests/wtmp/disable.pp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 manifests/wtmp/disable.pp (limited to 'manifests/wtmp/disable.pp') diff --git a/manifests/wtmp/disable.pp b/manifests/wtmp/disable.pp new file mode 100644 index 0000000..c7c2b6d --- /dev/null +++ b/manifests/wtmp/disable.pp @@ -0,0 +1,3 @@ +class loginrecords::wtmp::disable { + file { "$wtmp_file": ensure => 'absent' } +} -- cgit v1.2.3