summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
deleted file mode 100644
index 03367b1..0000000
--- a/manifests/install.pp
+++ /dev/null
@@ -1,8 +0,0 @@
-class logcheck::install {
- package {
- ['logcheck','logcheck-database']:
- ensure => installed,
- ;
- }
-}
-