diff options
author | mh <mh@immerda.ch> | 2010-06-28 21:49:09 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-06-28 21:49:09 +0200 |
commit | bcb3ff88cddc6e531b4c03c754c312e7591f93fc (patch) | |
tree | 5c8ba876b292aff5135b2fe2137f922ccc672e28 /manifests/init.pp | |
parent | a41c9ef86bb3f866d08a1b25f65cff646d525fa4 (diff) |
set loglevel to info so we don't pollute the logs
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
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; } |