Enable git commands due to git CVE fix

Add /vagrant to "safe directory" global git config so Vagrant runs work
properly again.

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes 2022-05-09 15:42:33 -04:00
parent 68d9d462c9
commit d9fc5f4b00
No known key found for this signature in database
GPG Key ID: FE2598126B196A38

1
Vagrantfile vendored
View File

@ -107,6 +107,7 @@ EOF
GOPATH=\\$HOME/go
PATH=\\$GOPATH/bin:\\$PATH
export GOPATH PATH
git config --global --add safe.directory /vagrant
EOF
source /etc/profile.d/sh.local
SHELL