diff --git a/plugins/kernel_v2/config/vm.rb b/plugins/kernel_v2/config/vm.rb index f1ee63dde..e2325a719 100644 --- a/plugins/kernel_v2/config/vm.rb +++ b/plugins/kernel_v2/config/vm.rb @@ -270,6 +270,9 @@ module VagrantPlugins @hostname = nil if @hostname == UNSET_VALUE @hostname = @hostname.to_s if @hostname + # Make sure that the download checksum is a string and that + # the type is a symbol + @box_download_checksum = "" if !@box_download_checksum if @box_download_checksum_type @box_download_checksum_type = @box_download_checksum_type.to_sym end