Skip to content

Commit 08808a3

Browse files
committed
potential fix for #438, telling DO to get user "vagrant" created on provision
1 parent 55017db commit 08808a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ Vagrant.configure("2") do |config|
158158
# Needs to ensure that the vagrant plugin is installed
159159
config.vm.provider :digital_ocean do |provider, override|
160160
override.ssh.private_key_path = '~/.ssh/id_rsa'
161+
override.ssh.username = 'vagrant'
161162
override.vm.box = 'digital_ocean'
162163
override.vm.box_url = "https://github.com/smdahlen/vagrant-digitalocean/raw/master/box/digital_ocean.box"
163164

0 commit comments

Comments
 (0)