Support provisioners in Packer binary

This commit is contained in:
Mitchell Hashimoto 2013-05-23 21:37:25 -07:00
parent 37372bac93
commit 9dfb536580
1 changed files with 1 additions and 0 deletions

View File

@ -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 {