I have a Custom Network OS(EXOS) Vagrant Box with the following Vagrantfile <https://gist.github.com/ujwalkomarla/d31f7c11e354e76e1ddc8219a57729c2> built-in the box with bash.py <https://gist.github.com/ujwalkomarla/fde91546ff69aad5550da6a757c6aacb>. The vagrant up fails with SSH command returning non-zero exit status - full log <https://gist.github.com/ujwalkomarla/cce8df277212839782d0ef6c50b808e2> obtained with debug mode - I, see '/bin/sh' not found in log. However, when I ssh into the switch as 'Vagrant' user, the following works fine -
1. run script bash.py 2. mkdir -p /usr/local/cfg/vagrant What am I missing with the 'config.ssh.shell' configuration? -- 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/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" 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/vagrant-up/9e45f8aa-3776-465b-9ca6-a5aab2301214%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
