Skip to content

Commit

Permalink
More comprehensive vagrant box initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Aug 30, 2017
1 parent 2f8415f commit 92ee043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--nictype1", "Am79C973"]
end
config.vm.provision "shell", path: "https://s3-us-west-1.amazonaws.com/raptr-us-west-1/bootstrap"
config.vm.provision "shell", path: "https://s3-us-west-1.amazonaws.com/raptr-us-west-1/baseline/roles/vagrant"

# box-specific
config.vm.provision "shell", inline: $provision
Expand Down

0 comments on commit 92ee043

Please sign in to comment.