From 5feb11cbb7f2bb52935ec978f44cbf45d665e508 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 30 Jul 2013 14:56:40 -0700 Subject: [PATCH] builder/amazon/chroot: enable the chroot provisioner --- builder/amazon/chroot/builder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/amazon/chroot/builder.go b/builder/amazon/chroot/builder.go index d52a14987..1bb00eaa3 100644 --- a/builder/amazon/chroot/builder.go +++ b/builder/amazon/chroot/builder.go @@ -127,6 +127,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe &StepAttachVolume{}, &StepMountDevice{}, &StepMountExtra{}, + &StepChrootProvision{}, } // Run!