mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
Support provisioners in Packer binary
This commit is contained in:
parent
37372bac93
commit
9dfb536580
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue