Hello

If you deploy a VM with packer, without any shell provisioner will be like
this

- VM start
- Poweroff

If you add provisioners:

- VM start
- provision one
- provision two
- poweroff

the post-provisioner shell will run on the host, as the VM is powered off

so if you want to capture an estate of a VM, just make it the last shell
provisioner step, will happen before power off


not sure if I am missing something here, if I am, can you explain better
whats is missed using the normal provisioner?

Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/CAHqq0exvxoXiP75O17bV7Rs8Eh0Yyk-YQvDW2opQfDTDeq50fA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to