From: mh Date: Mon, 28 Jun 2010 19:49:09 +0000 (+0200) Subject: set loglevel to info so we don't pollute the logs X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bcb3ff88cddc6e531b4c03c754c312e7591f93fc;p=puppet-apt.git set loglevel to info so we don't pollute the logs --- diff --git a/manifests/init.pp b/manifests/init.pp index 701005b..c06c2ef 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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; }