Fix shell error on vagrant provision

This commit is contained in:
Victor LABORIE 2019-01-16 16:19:09 +01:00
parent d09d0b0572
commit 8eb9c72f4e
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -9,6 +9,7 @@ load File.expand_path(vagrantfile) if File.exists?(vagrantfile)
Vagrant.configure('2') do |config|
config.vm.synced_folder "./", "/vagrant", type: "rsync", rsync__exclude: [ '.vagrant', '.git' ]
config.ssh.shell="/bin/sh"
config.vm.provider :libvirt do |libvirt|
libvirt.storage :file, :size => '10G', :device => 'vdb'