jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Fusion provider uses vbox #1068

Open NathanCisco opened 9 years ago

NathanCisco commented 9 years ago

Hi

I have defined a box as below, using the "fusion" provider.

$ veewee fusion define 'devnet-dev-base-fusion' 'ubuntu-14.04-server-amd64'

I don't see a "fusion.sh" or similar in the definition.

cd devnet-dev-base-fusion/ $ ls apt.sh cleanup.sh preseed.cfg sudo.sh build_time.sh definition.rb puppet.sh vagrant.sh chef.sh parallels.sh ruby.sh vbox.sh

I do see that the definition is using the "vbox.sh" which will install the VBox helper, which is probably not what one wants on Fusion based VMs.

$ more definition.rb ... :postinstall_files => [ "build_time.sh", "apt.sh", "sudo.sh", "vagrant.sh", "ruby.sh", "chef.sh", "puppet.sh", "vbox.sh",

"parallels.sh",

"cleanup.sh" ...

Regards

Nathan