]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
set loglevel to info so we don't pollute the logs
authormh <mh@immerda.ch>
Mon, 28 Jun 2010 19:49:09 +0000 (21:49 +0200)
committermh <mh@immerda.ch>
Mon, 28 Jun 2010 19:49:09 +0000 (21:49 +0200)
manifests/init.pp

index 701005b152c9390c0b85d9a064220e8e3b8ec699..c06c2efb517d3bbd4fae57bbdfb518169e2967c7 100644 (file)
@@ -63,6 +63,7 @@ class apt {
       "/usr/bin/apt-get update && /usr/bin/apt-get autoclean #hourly":
         require => [ File["/etc/apt/sources.list"],
                      File["/etc/apt/preferences"], File[apt_config] ],
+        loglevel => info,
         # Another Semaphor for all packages to reference
         alias => apt_updated;
   }