]> git.openstreetmap.org Git - nominatim.git/blobdiff - Vagrantfile
CentOS: move SELinux setup step so it can install in /srv
[nominatim.git] / Vagrantfile
index f39103456746676ea4e1db3e9ca011c5fc213c7e..ee246d3b726fbc73e2ff6039763c1b63e599ea91 100644 (file)
@@ -37,7 +37,8 @@ Vagrant.configure("2") do |config|
       sub.vm.provision :shell do |s|
         s.path = "vagrant/Install-on-Centos-7.sh"
         s.privileged = false
-        s.args = [checkout]
+        s.args = "yes"
+        sub.vm.synced_folder ".", "/vagrant", disabled: true
       end
   end