builder/amazon/chroot: enable the chroot provisioner

This commit is contained in:
Mitchell Hashimoto
2013-07-30 16:07:50 -07:00
parent 8d3cf7aa59
commit 5feb11cbb7
+1
View File
@@ -127,6 +127,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&StepAttachVolume{},
&StepMountDevice{},
&StepMountExtra{},
&StepChrootProvision{},
}
// Run!