Skip to content

Commit

Permalink
potential fix for #438, telling DO to get user "vagrant" created on p…
Browse files Browse the repository at this point in the history
…rovision
  • Loading branch information
fideloper committed Mar 9, 2015
1 parent 55017db commit 08808a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Vagrant.configure("2") do |config|
# Needs to ensure that the vagrant plugin is installed
config.vm.provider :digital_ocean do |provider, override|
override.ssh.private_key_path = '~/.ssh/id_rsa'
override.ssh.username = 'vagrant'
override.vm.box = 'digital_ocean'
override.vm.box_url = "https://github.com/smdahlen/vagrant-digitalocean/raw/master/box/digital_ocean.box"

Expand Down

0 comments on commit 08808a3

Please sign in to comment.