builder/amazon/chroot: enable the chroot provisioner

This commit is contained in:
Mitchell Hashimoto 2013-07-30 14:56:40 -07:00
parent 8d3cf7aa59
commit 5feb11cbb7
1 changed files with 1 additions and 0 deletions

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!