vmware-archive / vagrant-vmware-appcatalyst

Vagrant provider for VMware AppCatalyst®
Apache License 2.0
73 stars 16 forks source link

Feature: plugin should deal with locally named boxes. #17

Closed Snergster closed 9 years ago

Snergster commented 9 years ago

if i add a box with vagrant box add -name foo ./build/foo.box I should just like with the fusion plugin be able to refer to it in the VagrantFile with just config.vm.box = 'foo' at present I have to supply the url its really kinda a nit I know but at least for testing when I'm constantly flipping back and forth between fusion and appcatalyst its just one of those annoying things. thanks

frapposelli commented 9 years ago

I'm not sue what you mean, you can definitely add a box and reference it as you say, can you give me a Vagrantfile example that doesn't work as expected?

Snergster commented 9 years ago

I can't repro this right now happily so will close until i can