tests:vagrant: use fedora/23-cloud-base box
authorMichael Adam <obnox@samba.org>
Fri, 27 Nov 2015 16:59:21 +0000 (17:59 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 27 Nov 2015 16:59:21 +0000 (17:59 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
tests/vagrant/vagrant-template/Vagrantfile

index 2e74b1adbca539c64ca38e06ac5ba886c610100f..0a9cbf501e752797e560b6f4a10133b4d3e637eb 100644 (file)
@@ -3,7 +3,8 @@
 
 Vagrant.configure("2") do |config|
     config.vm.define "vagrant-testVM" do |testvm|
-      testvm.vm.box = "fedora22"
+      #testvm.vm.box = "fedora22"
+      testvm.vm.box = "fedora/23-cloud-base"
       testvm.vm.hostname = "vagrant-testVM"
       #testvm.ssh.insert_key = false
       testvm.vm.synced_folder ".", "/vagrant", disabled: true