Update base box

This commit is contained in:
Bert Van Vreckem 2015-11-05 10:42:02 +01:00
parent 16be23ac02
commit 95432649a0

2
tests/Vagrantfile vendored
View File

@ -7,7 +7,7 @@ HOST_NAME = 'test' + ROLE_NAME
VAGRANTFILE_API_VERSION = '2'
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = 'centos70-nocm'
config.vm.box = 'bertvv/centos71'
config.vm.define HOST_NAME do |node|
node.vm.provision 'ansible' do |ansible|
ansible.playbook = 'test-full.yml'