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:
commit
8c8bd7bb1e
1 changed files with 0 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue