Skip to content

Commit

Permalink
Fixing #1556 VERR_ACCESS_DENIED
Browse files Browse the repository at this point in the history
This should fix #1556 "vagrant driver writes vagrant-console-log to installation dir instead of $TMPDIR". I just added `'modifyvm', :id, '--uartmode1', 'disconnected'` to the default Vagrantfile of Molecule.

Signed-off-by: Jonas Hecht <jonas.hecht@codecentric.de>
  • Loading branch information
jonashackt committed Nov 23, 2018
1 parent 4372370 commit 52559dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/driver/vagrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Vagrant(base.Base):
gui: True
provider_raw_config_args:
- "customize ['modifyvm', :id, '--cpuexecutioncap', '50']"
- "customize ['modifyvm', :id, '--uartmode1', 'disconnected']"
provider_override_args:
- "vm.synced_folder './', '/vagrant', disabled: true, type: 'nfs'"
provision: True
Expand Down

0 comments on commit 52559dc

Please sign in to comment.