]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Remove loglevel directive from Exec[update_apt]
authorvarac <varacanero@zeromail.org>
Thu, 25 Feb 2016 18:59:58 +0000 (19:59 +0100)
committervarac <varacanero@zeromail.org>
Thu, 25 Feb 2016 18:59:58 +0000 (19:59 +0100)
When using puppet apply (v 3.7), loglevel 'info'
won't show the output on error. This is bad for
debugging.

manifests/init.pp

index 85f44f0643a717242fea358af9306408f7ac9ac0..4c44af2a29a5e9a980dd2a83c7a810621e483d87 100644 (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']