]> git.netwichtig.de Git - user/henk/code/puppet/modules/logcheck.git/blobdiff - manifests/install.pp
Cleanup and simplification
[user/henk/code/puppet/modules/logcheck.git] / manifests / install.pp
diff --git a/manifests/install.pp b/manifests/install.pp
deleted file mode 100644 (file)
index 03367b1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class logcheck::install {
-  package {
-    ['logcheck','logcheck-database']:
-      ensure        => installed,
-    ;
-  }
-}
-