A versão 1.1 do Vagrant foi lançada. A documentação que você está lendo é para o Vagrant 1.0.x. Leia mais sobre o Vagrant 1.1 no anúncio de lançamento. Acesse agora a documentação da versão 1.1.

config.vm.box_url

Configuration key: config.vm.box_url

Default value: nil

This points to a valid URL to the box that the VM requires. This is optional and is only used if the box doesn’t already exist on the user’s system. If vagrant up is called and the box is not found, this value is used to download the box.