aboutsummaryrefslogtreecommitdiff
path: root/manifests/btmp.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/btmp.pp')
-rw-r--r--manifests/btmp.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/btmp.pp b/manifests/btmp.pp
new file mode 100644
index 0000000..4d40654
--- /dev/null
+++ b/manifests/btmp.pp
@@ -0,0 +1,7 @@
+class loginrecords::btmp::disable {
+ file { "$btmp_file": ensure => 'absent' }
+}
+
+class loginrecords::btmp::enable {
+ file { "$btmp_file": ensure => 'present' }
+}