mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-03-08 10:02:10 +07:00
Force shell for FreeBSD
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -62,11 +62,11 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
|
||||
vms_freebsd.each do |opts|
|
||||
config.ssh.shell = "csh"
|
||||
config.vm.base_mac = "080027D14C66"
|
||||
config.vm.define opts[:name] do |m|
|
||||
m.vm.box = opts[:box]
|
||||
m.vm.provider "virtualbox" do |v|
|
||||
m.vm.provider "virtualbox" do |v, override|
|
||||
override.ssh.shell = "csh"
|
||||
v.cpus = 2
|
||||
v.memory = 512
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user