Skip to content
Snippets Groups Projects
Commit 3fa7249d authored by Attila Farkas's avatar Attila Farkas
Browse files

Add default winrm password

parent 94d2a2a2
No related branches found
No related tags found
1 merge request!22Resolve "Support Windows boxes"
......@@ -85,6 +85,7 @@ def _add_windows_attributes(host):
"""Add vagrant attributes to windows hosts"""
host["communicator"] = "winrm"
host["winrm_username"] = "vagrant"
host["winrm_password"] = "vagrant"
def preprocess(definitions, flags):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment