aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-06-28 21:49:09 +0200
committermh <mh@immerda.ch>2010-06-28 21:49:09 +0200
commitbcb3ff88cddc6e531b4c03c754c312e7591f93fc (patch)
tree5c8ba876b292aff5135b2fe2137f922ccc672e28 /manifests
parenta41c9ef86bb3f866d08a1b25f65cff646d525fa4 (diff)
downloadpuppet-apt-bcb3ff88cddc6e531b4c03c754c312e7591f93fc.tar.gz
puppet-apt-bcb3ff88cddc6e531b4c03c754c312e7591f93fc.tar.bz2
set loglevel to info so we don't pollute the logs
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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;
}