aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index 9f499af..3b112a6 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -6,6 +6,11 @@ class nodo::utils {
ensure => installed,
}
+ # Maybe we use logwatch in the future
+ #package { 'logwatch':
+ # ensure => installed,
+ #}
+
if !defined(Package['git-core']) {
package { 'git-core':
ensure => installed,