We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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",
"cleanup.sh" ...
Regards
Nathan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: