Indicate that the Vagrant guest is FreeBSD

This commit is contained in:
Nathan Fiedler
2016-03-22 20:55:49 -07:00
parent 1dc7dc46a5
commit 9732f87847

View File

@ -6,6 +6,7 @@ Vagrant.configure(2) do |config|
config.ssh.shell = 'sh'
config.vm.box = 'freebsd/FreeBSD-10.2-RELEASE'
config.vm.guest = :freebsd
# this box needs a MAC address
config.vm.base_mac = '0800273E2877'