X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fbuilddep.pp;h=3294f713391c79d6f07e400c690f15d00c4dc611;hb=eee5ff8e38b0661a32376aabb2f4b76a914ba67a;hp=ce9d8fd6302ac02b4ba75e82539cc3fdfc71d101;hpb=9538d23305079cfe2a08f3605b2fdfc2b0ffd8c0;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.