Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.8.2.1
-
None
-
None
Description
There's a couple of minor incorrect usages of the global configuration object in the Vagrantfile inside provider-specific override blocks where we should be using the override config object. Two end up being harmless since they have no affect on other providers (but should still be corrected). The third results in using rsync when using Virtualbox, which is unnecessary, slower, and requires copying the entire kafka directory to every VM.