Add debootstrap to the needed packages for dib

If we want to build Debian images using dib, debootstrap package
is needed in order for the debian element to succeed.

Change-Id: Ie385092eb05ba44753cf7ca3baba7a837a93c143
This commit is contained in:
Yolanda Robla 2014-09-25 17:08:58 +02:00 committed by Monty Taylor
parent 4fda217d25
commit 106ad30d21

View File

@ -79,6 +79,8 @@ class nodepool (
'kpartx',
'qemu-utils',
'libgmp-dev', # transitive dep of paramiko
# debootstrap is needed for building Debian images
'debootstrap',
]
package { $packages: