Update builddep.pp
This commit is contained in:
parent
841ed61ba2
commit
0308872b86
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue