Minor dev Vagrantfile tweaks
This commit is contained in:
parent
3ad2d6eb50
commit
43625fca96
1 changed files with 2 additions and 2 deletions
4
development/Vagrantfile
vendored
4
development/Vagrantfile
vendored
|
@ -123,7 +123,7 @@ Vagrant.configure("2") do |config|
|
||||||
# Disable NFS
|
# Disable NFS
|
||||||
arch.cache.synced_folder_opts = { }
|
arch.cache.synced_folder_opts = { }
|
||||||
|
|
||||||
arch.vm.provision :shell, inline: 'pacman -Syu --noconfirm libffi git && gem install bundler'
|
arch.vm.provision :shell, inline: 'pacman -Syu --noconfirm libffi git ruby && gem install bundler'
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.define :opensuse do |suse|
|
config.vm.define :opensuse do |suse|
|
||||||
|
@ -132,6 +132,6 @@ Vagrant.configure("2") do |config|
|
||||||
# Disable NFS
|
# Disable NFS
|
||||||
suse.cache.synced_folder_opts = { }
|
suse.cache.synced_folder_opts = { }
|
||||||
|
|
||||||
suse.vm.provision :shell, inline: 'time zypper install -y git && gem install bundler'
|
suse.vm.provision :shell, inline: 'time zypper install -y git'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue