Fix shell error on vagrant provision

This commit is contained in:
Victor LABORIE 2019-01-16 16:21:35 +01:00
parent deca8047f8
commit dd383b1015

1
Vagrantfile vendored
View file

@ -9,6 +9,7 @@ load File.expand_path(vagrantfile) if File.exists?(vagrantfile)
Vagrant.configure('2') do |config| Vagrant.configure('2') do |config|
config.vm.synced_folder "./", "/vagrant", type: "rsync", rsync__exclude: [ '.vagrant', '.git' ] config.vm.synced_folder "./", "/vagrant", type: "rsync", rsync__exclude: [ '.vagrant', '.git' ]
config.ssh.shell="/bin/sh"
$deps = <<SCRIPT $deps = <<SCRIPT
mkdir -p /etc/shellpki mkdir -p /etc/shellpki