Remove loglevel directive from Exec[update_apt]

When using puppet apply (v 3.7), loglevel 'info'
won't show the output on error. This is bad for
debugging.
This commit is contained in:
varac 2016-02-25 19:59:58 +01:00
parent 6ba1b097c2
commit 7714aa0436

View file

@ -142,7 +142,6 @@ class apt(
require => [
File['/etc/apt/apt.conf.d', '/etc/apt/preferences' ],
File['/etc/apt/sources.list'] ],
loglevel => 'info',
refreshonly => true,
# Another Semaphor for all packages to reference
alias => [ 'apt_updated', 'refresh_apt']