]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding commented block for logwatch
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Apr 2013 01:44:56 +0000 (22:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Apr 2013 01:44:56 +0000 (22:44 -0300)
manifests/utils.pp

index 9f499afc8720d69c959ae962bdb9dad3fbd9deed..3b112a669b061b5dbc340a7148f1a4635d8a144d 100644 (file)
@@ -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,