Open jayrp11 opened 9 years ago
Hi,
I haven't tested the combination of vagrant-proxyconf and vagrant-omnibus for a long time, so it is possible things have broken e.g. due to changes in the omnibus installer (install.sh). I'll try to take a look on some point.
Btw, have you tried the built-in Chef installer in later Vagrant versions? See install
and version
in the docs.
Hi - I've just release 2.0.1, which includes many fixes. Please confirm this issue is resolved by installing 2.0.1. If I don't hear from you in a couple weeks I'll go ahead and close this out.
Thanks for reporting.
I have below plugins installed
In my Vagrantfile I have
And in global Vagrantfile
While running the vagrant up first time I am getting below error
But just after that if I run vagrant provision it works fine meaning chef latest version is installed correctly and provision runs successfully. I have added some echo statements in install.sh and observed that environment proxy variables are not taking effect for first time. However, from second time onwards it is fine.
I am not sure if this issue is reported earlier but did not find any record.