rdbreak / rhce8env

This is a RHCE 8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-hpc829w5-8J60PBmh_5E_nfeBkbfzIA
MIT License
120 stars 51 forks source link

Vagrant can not write to temporary directory. (Mac) #3

Closed Oddly closed 4 years ago

Oddly commented 4 years ago

the command Vagrant up leads to Vagrant complaining that the temporary files directory is not accessible to the user running the command. chown -R user:group /opt/Vagrant made it work.

Oddly commented 4 years ago

This looks not to be an issue any longer. Can be removed.