set loglevel to info so we don't pollute the logs
This commit is contained in:
parent
a41c9ef86b
commit
bcb3ff88cd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue