• Jon-Erik Schneiderhan's avatar
    Update GOPATH usage in Vagrantfile · 2515f447
    Jon-Erik Schneiderhan authored
    I think there is a missing escape in the Vagrantfile. Inside the VM I had to fix the /etc/profile.d/gopath.sh because it's contents were:
    
    ```
    export GOPATH="/opt/gopath"
    export PATH="/opt/go/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
    ```
    
    BTW having a way to spin up a dev VM so easily made it a breeze to get hacking on Terraform! Great idea!
    2515f447