puppet: Build an unstable chroot on build0

(imported from commit ee3751379efe473aecdd8907d4ed02a98a77813b)
This commit is contained in:
Luke Faraone 2013-11-05 15:26:37 -05:00
parent 83c8f25ac6
commit 547442bd9e
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ class zulip-internal::builder {
distro => "debian",
ensure => present,
}
chroot { "unstable":
distro => "debian",
ensure => present,
}
}