diff extra/soundsoftware/scripted-deploy/vagrant/Vagrantfile @ 1583:0dcd4f8c2b8a dockerise

Small update, commit Gemfile.lock
author Chris Cannam
date Wed, 16 Aug 2017 12:29:01 +0100
parents f26dc3004b3f
children
line wrap: on
line diff
--- a/extra/soundsoftware/scripted-deploy/vagrant/Vagrantfile	Tue Aug 15 16:26:46 2017 +0100
+++ b/extra/soundsoftware/scripted-deploy/vagrant/Vagrantfile	Wed Aug 16 12:29:01 2017 +0100
@@ -2,8 +2,7 @@
 # vi: set ft=ruby :
 
 Vagrant.configure("2") do |config|
-#  config.vm.box = "ubuntu/xenial64"
-  config.vm.box = "centos/7"
+  config.vm.box = "ubuntu/xenial64"
   config.vm.network "forwarded_port", guest: 80, host: 8080
   config.vm.synced_folder "../../../..", "/vagrant-code"
   config.vm.provision :shell, path: "vagrant-provision.sh"