README.md in kitchen-vagrant_winrm-0.1.0.dev vs README.md in kitchen-vagrant_winrm-0.1.1
- old
+ new
@@ -68,14 +68,18 @@
```ruby
platforms:
- name: windows-2008r2
driver:
name: vagrant_winrm
+ provisioner:
+ name: chef-zero
+ sudo: false
driver_config:
+ guest: windows
communicator: 'winrm'
- winrm_username: 'winrm'
- winrm_password: 'winrm_pwd'
+ winrm_username: 'vagrant'
+ winrm_password: 'vagrant'
#...
```
Please read the [Driver usage][driver_usage] page for more details.
@@ -269,28 +273,28 @@
### <a name="config-winrm-username"></a> winrm-username
This is the username used for WinRm authentication.
-The default value is unset, or `nil`.
+The default value is `vagrant`.
### <a name="config-winrm-password"></a> winrm-password
This is the password used for WinRm authentication.
-The default value is unset, or `nil`.
+The default value is `vagrant`.
### <a name="config-winrm-port"></a> winrm-port
This is the port used for WinRm communication.
The default value is 5985.
## <a name="development"></a> Development
-* Source hosted at [Gitlab][repo]
-* Report issues/questions/feature requests on [Gitlab Issues][issues]
+* Source hosted at [Github][repo]
+* Report issues/questions/feature requests on [Github Issues][issues]
Pull requests are very welcome! Make sure your patches are well tested.
Ideally create a topic branch for every separate change you make. For
example:
@@ -308,13 +312,13 @@
Apache 2.0 (see [LICENSE][license])
[author]: https://github.com/Annih
-[issues]: https://gitlab.criteois.lan/ruby-gems/kitchen-vagrant_winrm/issues
-[license]: https://gitlab.criteois.lan/ruby-gems/kitchen-vagrant_winrm/blob/master/LICENSE
-[repo]: https://gitlab.criteois.lan/ruby-gems/kitchen-vagrant_winrm
+[issues]: https://github.com/criteo/vagrant-winrm/issues
+[license]: https://github.com/criteo/kitchen-vagant_winrm/blob/master/LICENSE
+[repo]: https://github.com/criteo/kitchen-vagant_winrm
[driver_usage]: http://docs.kitchen-ci.org/drivers/usage
[chef_omnibus_dl]: http://www.getchef.com/chef/install/
[vagrant_dl]: http://downloads.vagrantup.com/
[vagrant_machine_settings]: http://docs.vagrantup.com/v2/vagrantfile/machine_settings.html
@@ -328,7 +332,7 @@
[vagrant_wrapper]: https://github.com/org-binbab/gem-vagrant-wrapper
[vagrant_wrapper_background]: https://github.com/org-binbab/gem-vagrant-wrapper#background---aka-the-vagrant-gem-enigma
[vmware_plugin]: http://www.vagrantup.com/vmware
[fusion_dl]: http://www.vmware.com/products/fusion/overview.html
[workstation_dl]: http://www.vmware.com/products/workstation/
-[vagrant_winrm]: https://gitlab.criteois.lan/ruby-gems/vagrant-winrm
+[vagrant_winrm]: https://github.com/criteo/vagrant-winrm/
[kitchen_vagrant]: https://github.com/test-kitchen/kitchen-vagrant