We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594f129 commit cb52c0fCopy full SHA for cb52c0f
Vagrantfile
@@ -6,7 +6,7 @@ ENV['VAGRANT_DEFAULT_PROVIDER'] = 'virtualbox'
6
7
# http://docs.vagrantup.com/v2/
8
Vagrant.configure('2') do |config|
9
- config.vm.box = 'ubuntu/precise64'
+ config.vm.box = 'ubuntu/trusty64'
10
config.vm.hostname = 'simhash-py'
11
config.ssh.forward_agent = true
12
0 commit comments