forked from test-kitchen/kitchen-vagrant
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When I try to use your repository, it doesn't work unless I use a custom Vagrantfile.erb that contains:
c.vm.guest = :windows
c.vm.communicator = "winrm"
<% if config[:username] %>
c.winrm.username = "<%= config[:username] %>"
<% end %>
<% if config[:password] %>
c.winrm.password = "<%= config[:password] %>"
<% end %>
(The c.vm.guest may not be needed)
Is that expected? I tried using your tk-windows and tk-multiplatform but they didn't work out-of-the box without this change, too.
Ciao!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels