set loglevel to info so we don't pollute the logs

This commit is contained in:
mh 2010-06-28 21:49:09 +02:00
parent a41c9ef86b
commit bcb3ff88cd

View 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;
}