frapposelli / vagrant-vcenter

A Vagrant provider for VMware vCenter®
MIT License
106 stars 36 forks source link

crash when vcenter.folder_name does not exist #9

Closed nido009 closed 9 years ago

nido009 commented 9 years ago

spent half of the night researching why vagrant up stopped when supposed to create vm.

solution: specify a folder_name in config which actually exist.

two options:

  1. if folder does not exist create it
  2. give a meaningful error so user can specify or existing folder or create the folder himself

:)

Regards,

Nils

frapposelli commented 9 years ago

Thanks @nido009, this is definitely something I need to address in the next release (coming shortly!).