We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c101100 commit e485821Copy full SHA for e485821
1 file changed
Vagrantfile
@@ -2,9 +2,9 @@
2
# vi: set ft=ruby :
3
4
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
5
-VAGRANTFILE_API_VERSION = "2"
+VAGRANTFILE_API_VERSION = '2'
6
7
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
8
- config.vm.box = "chef/centos-6.5"
+ config.vm.box = 'chef/centos-6.6'
9
config.cache.scope = :box if Vagrant.has_plugin? 'vagrant-cachier'
10
end
0 commit comments