From bcb3ff88cddc6e531b4c03c754c312e7591f93fc Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 28 Jun 2010 21:49:09 +0200 Subject: set loglevel to info so we don't pollute the logs --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/init.pp') 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; } -- cgit v1.2.3