Commit 9dfb5365 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Support provisioners in Packer binary

parent 37372bac
......@@ -88,6 +88,7 @@ func main() {
envConfig.Components.Builder = config.LoadBuilder
envConfig.Components.Command = config.LoadCommand
envConfig.Components.Hook = config.LoadHook
envConfig.Components.Provisioner = config.LoadProvisioner
env, err := packer.NewEnvironment(envConfig)
if err != nil {
......
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