Commit 5feb11cb authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/amazon/chroot: enable the chroot provisioner

parent 8d3cf7aa
......@@ -127,6 +127,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&StepAttachVolume{},
&StepMountDevice{},
&StepMountExtra{},
&StepChrootProvision{},
}
// Run!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment