jedi4ever / veewee

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

Template SLES-11-SP3-DVD-x86_64-GM postinstall.sh leaves no choice of provider nor provisioner #1057

Open calbrecht opened 9 years ago

calbrecht commented 9 years ago

The postinstall.sh installs VirtualBox GuestAdditions and chef without checking if they are requested.

mpapis commented 9 years ago

do you know how to check it? could you open a pull request with a fix?

calbrecht commented 9 years ago

Uhm, sorry got a little confused. vagrant-lxc-base-boxes install-extras.sh handles this by environment variables.

So there seems to be a .veewee_params file with environment variables and build params that could suit the case. Is there any documentation about available environment variables? Are there any environment variables like PROVIDER and PROVISIONER?

mpapis commented 9 years ago

please check with other templates - I'm only janitor here ;)