mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Update vagrant box to freebsd 11.2 STABLE
Freebsd 11.1 went EOL 9/30/18: https://lists.freebsd.org/pipermail/freebsd-announce/2018-September/001842.html Was seeing a failure with shared object "libdl.so.1" not found which is required for bash
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
LINUX_BASE_BOX = "bento/ubuntu-16.04"
|
||||
FREEBSD_BASE_BOX = "jen20/FreeBSD-11.1-RELEASE"
|
||||
FREEBSD_BASE_BOX = "freebsd/FreeBSD-11.2-STABLE"
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
# Compilation and development boxes
|
||||
|
||||
Reference in New Issue
Block a user