Merge branch 'remove_loglevel_info' into 'master'

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.

micah, assigning to you because this has already bitten me while debugging a failed `apt-get update` for the leap_platform.

See merge request !39
This commit is contained in:
Micah 2016-02-26 09:39:42 +00:00
commit 8c8bd7bb1e

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']