X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fforce.pp;h=d3d5962d0889a5975c81d62b8acd468015319ea2;hb=d49dbb49ae2d450e434133640a71107c61d8d56d;hp=45c5679292b601c9d13954efc401b5377d071130;hpb=a758247f2632b3204167a8058fbb8903f0438841;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/force.pp b/manifests/force.pp index 45c5679..d3d5962 100644 --- a/manifests/force.pp +++ b/manifests/force.pp @@ -16,7 +16,7 @@ define apt::force( default => "/usr/bin/dpkg -s ${name} | grep -q 'Version: ${version}'", } exec { "/usr/bin/aptitude -y -t ${release} install ${name}${version_string}": - unless => $install_check, + unless => $install_check, + logoutput => 'on_failure', } - }