From: Michael Friedrich Date: Thu, 19 Dec 2013 15:01:04 +0000 (+0100) Subject: Update Vagrant base box to CentOS 6.5. X-Git-Tag: v0.0.7~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87e00a1b84c31371209c078f103e8d7b4aba54db;p=icinga2 Update Vagrant base box to CentOS 6.5. Fixes #5375 --- diff --git a/Vagrantfile b/Vagrantfile index 319da2fb8..6ee1f61f0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,11 +9,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "centos-6.4-i386-vbox" + config.vm.box = "centos-6.5-i386-vbox" # The url from where the 'config.vm.box' box will be fetched if it # doesn't already exist on the user's system. - config.vm.box_url = "http://boxes.icinga.org/centos-64-i386-vbox4212.box" + config.vm.box_url = "http://boxes.icinga.org/centos-65-i386-vbox.box" # The hostname the machine should have. Defaults to nil. If nil, Vagrant # won't manage the hostname. If set to a string, the hostname will be set on boot.