We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba6d43 commit 228db89Copy full SHA for 228db89
Vagrantfile
@@ -1,5 +1,5 @@
1
Vagrant.configure(2) do |config|
2
- config.vm.box = "hashicorp/precise32"
+ config.vm.box = "ubuntu/trusty32"
3
4
config.vm.provision "shell" do |s|
5
s.path = "scripts/deploy.sh"
0 commit comments