X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fbuilddep.pp;h=3294f713391c79d6f07e400c690f15d00c4dc611;hb=14b2eb1ca0ce3886478fcc0b23794237cd387de5;hp=ce9d8fd6302ac02b4ba75e82539cc3fdfc71d101;hpb=666a05dea1856ef358edbc9929152983106c8970;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/builddep.pp b/manifests/builddep.pp index ce9d8fd..3294f71 100644 --- a/manifests/builddep.pp +++ b/manifests/builddep.pp @@ -3,11 +3,10 @@ define apt::builddep() { include apt::update - Class['apt'] -> Apt::Builddep[$name] - exec { "apt-builddep-${name}": - command => "/usr/bin/apt-get -y --force-yes build-dep ${name}", - notify => Exec['apt_update'], + command => "/usr/bin/apt-get -y --force-yes build-dep ${name}", + logoutput => 'on_failure', + notify => Exec['apt_update'], } # Need anchor to provide containment for dependencies.