]> git.openstreetmap.org Git - nominatim.git/blobdiff - Vagrantfile
move CentOS Vagrant VM to a SELinux-enabled base image
[nominatim.git] / Vagrantfile
index d369fcd6605118b5afd9ec92003d65e31af8f217..f39103456746676ea4e1db3e9ca011c5fc213c7e 100644 (file)
@@ -33,7 +33,7 @@ Vagrant.configure("2") do |config|
   end
 
    config.vm.define "centos" do |sub|
-      sub.vm.box = "bento/centos-7.2"
+      sub.vm.box = "centos/7"
       sub.vm.provision :shell do |s|
         s.path = "vagrant/Install-on-Centos-7.sh"
         s.privileged = false