Skip to content

Commit e485821

Browse files
committed
Use CentOS 6.6
1 parent c101100 commit e485821

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# vi: set ft=ruby :
33

44
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
5-
VAGRANTFILE_API_VERSION = "2"
5+
VAGRANTFILE_API_VERSION = '2'
66

77
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
8-
config.vm.box = "chef/centos-6.5"
8+
config.vm.box = 'chef/centos-6.6'
99
config.cache.scope = :box if Vagrant.has_plugin? 'vagrant-cachier'
1010
end

0 commit comments

Comments
 (0)