Running Packer on MacOS -> to setup a Windows machineI have Cygwin installed on my Windows machine and would like to use that for a "shell-local" command, rather than the default command. Is this possible?
--
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 packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/b730e49e-e818-4a52-b1b8-a4b5a04b583f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Shell-local would run on your host, ie your macOS machine.
On 23 November 2017 at 15:13, SurferL <lawrenc...@gmail.com> wrote:
Running Packer on MacOS -> to setup a Windows machineI have Cygwin installed on my Windows machine and would like to use that for a "shell-local" command, rather than the default command. Is this possible?
--
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 packer-tool...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/34e4e299-30c8-4661-b356-0bedfa4ef68f%40googlegroups.com.
execute_command (string) - The command to use to execute the script. By default this is {{ .Vars }}"{{ .Path }}". The value of this is treated as template engine. There are two available variables: Path, which is the path to the script to run, and Vars, which is the list of environment_vars, if configured.