aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/vagrant.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/vagrant.pp')
-rw-r--r--manifests/utils/vagrant.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/utils/vagrant.pp b/manifests/utils/vagrant.pp
new file mode 100644
index 0000000..35dceb9
--- /dev/null
+++ b/manifests/utils/vagrant.pp
@@ -0,0 +1,6 @@
+class nodo::utils::vagrant inherits nodo::utils {
+ # No logcheck please
+ Package['logcheck'] {
+ ensure => purged,
+ }
+}