We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55017db commit 08808a3Copy full SHA for 08808a3
Vagrantfile
@@ -158,6 +158,7 @@ Vagrant.configure("2") do |config|
158
# Needs to ensure that the vagrant plugin is installed
159
config.vm.provider :digital_ocean do |provider, override|
160
override.ssh.private_key_path = '~/.ssh/id_rsa'
161
+ override.ssh.username = 'vagrant'
162
override.vm.box = 'digital_ocean'
163
override.vm.box_url = "https://github.com/smdahlen/vagrant-digitalocean/raw/master/box/digital_ocean.box"
164
0 commit comments