spec/config-example.yml in winrm-1.3.0 vs spec/config-example.yml in winrm-1.3.1
- old
+ new
@@ -1,12 +1,19 @@
+# Copy this file to config.yml and edit the settings below.
+# This should work out of the box for vagrant provisioned boxes.
+
## Kerberos
-#auth_type: plaintest
+#auth_type: kerberos
#endpoint: "http://<yourserver>:5985/wsman"
#options:
# realm: "your.realm"
## Plain Text
auth_type: plaintext
+# If you are running this in a vagrant provisioned box using NAT,
+# this will be the forwarded WinRM HTTP port to your VM.
+# If you are running this on the VM, the default HTTP port is 5985.
+# See README.md#Troubleshooting.
endpoint: "http://localhost:55985/wsman"
options:
user: vagrant
- pass: vagrant
\ No newline at end of file
+ pass: vagrant