X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fupdate.pp;h=4cc6ec523f578c47ea3f3c61e3bacf2f2029395c;hb=c88a7e388f6771528f020c8db98acfb3d42ec14d;hp=44f6c6e301ca37f4d48ca4357a2301928db5cc79;hpb=a71dfd168296f12207749131d4f734ae671622a4;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/update.pp b/manifests/update.pp index 44f6c6e..4cc6ec5 100644 --- a/manifests/update.pp +++ b/manifests/update.pp @@ -54,6 +54,7 @@ class apt::update { } exec { 'apt_update': command => "${::apt::provider} update", + loglevel => $::apt::_update['loglevel'], logoutput => 'on_failure', refreshonly => $_refresh, timeout => $::apt::_update['timeout'],