-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
Windows: The shared folder guest path must be absolute: $env:TEMPomnibusche #256
Comments
I'm also encountering this error, the classic ruby strings vs '' windows file path issue. I don't have any sync_folder items in my .kitchen.yml, results are exactly the same as @bheuvel. Looks like the fix is in #251, do |
@bheuvel Thank you for reporting this issue, we have fixed this problem and we are now in the process of releasing a new gem. If you want to try it you can always use the latest code in master this repository. |
We are excluding FreeBSD systems and also adding the ability to disable the `cache_directory` by setting it up to `false` in the `kitchen.yml` file. Example: ``` platforms: - name: ubuntu-12.04 driver: cache_directory: false ``` Closes #260 Closes #256 Closes #257 Signed-off-by: Salim Afiune <[email protected]>
@afiune thanks! 👍 |
Problems occurs on 0.21.0.
Problem does NOT occur on 0.20.0
When provisioning a Windows VM, errors out on:
(Part of) Resulting Vagrantfile:
Version 0.21.0 introduces the problematic line:
c.vm.synced_folder "/Users/bheuvel/.kitchen/cache", "$env:TEMP\omnibus\cache", create: true
The text was updated successfully, but these errors were encountered: