Update builddep.pp

This commit is contained in:
Dave 2014-07-06 12:09:06 +09:00
parent 841ed61ba2
commit 0308872b86

View file

@ -6,7 +6,7 @@ define apt::builddep() {
exec { "apt-builddep-${name}":
command => "/usr/bin/apt-get -y --force-yes build-dep ${name}",
logoutput => 'on_failure',
notify => Exec['apt_update'],
require => Exec['apt_update'],
}
# Need anchor to provide containment for dependencies.