README.md in vagrant-orchestrate-0.0.1 vs README.md in vagrant-orchestrate-0.0.2
- old
+ new
@@ -15,22 +15,22 @@
### Initialization
Initialize a Vagrantfile to orchestrate running a script on multiple managed servers
$ vagrant orchestrate init --shell
-You'll need to edit your Vagrantfile and replace some of variables, such as ssh username and
+You'll need to edit your Vagrantfile and replace some variables, such as ssh username and
password, and the path to the script to run. The first line of the file defines an array of
managed servers that the `push` command will operate on.
This works for Windows managed servers as well
- $ vagrant orchestrate init --winrm [--winrm-username=USERNAME --winrm-password=PASSWORD]
+ $ vagrant orchestrate init --winrm [--winrm-username USERNAME --winrm-password PASSWORD]
For a full list of init options, run `vagrant orchestrate init --help`
### Pushing changes
-Go ahead and push changes to your managed servers.
+Go ahead and push changes to your managed servers
$ vagrant orchestrate push
You can run vagrant with increased verbosity if you run into problems
@@ -44,10 +44,10 @@
across branches, simply create a feature branch from your earliest branch and then
merge that feature into downstream environments to avoid conflicts.
## Tips for Windows hosts
-* Need rsync? Install [OpenSSH](http://www.mls-software.com/opensshd.html) and then run this [script]() to install rsync. Vagrant managed servers currently only works with cygwin based rsync implementations.
+* Need rsync? Install [OpenSSH](http://www.mls-software.com/opensshd.html) and then run this [script](https://github.com/joefitzgerald/packer-windows/blob/master/scripts/rsync.bat) to install rsync. Vagrant managed servers currently only works with cygwin based rsync implementations.
## Contributing
1. Fork it ( https://github.com/chrisbaldauf/vagrant-orchestrate/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)