README.md in vagrant-orchestrate-0.7.0 vs README.md in vagrant-orchestrate-0.7.1
- old
+ new
@@ -163,10 +163,14 @@
#### Puppet
Experimental [puppet templating](docs/puppet.md) support is available as well with the `--puppet` flag and associated options
+### Configuraiton
+
+See details on the various configuration options [here](docs/config.md).
+
### Pushing changes
Go ahead and push changes to your managed servers, in serial by default.
$ vagrant orchestrate push
@@ -221,9 +225,10 @@
### Host
* 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.
* You MUST have at least PowerShell 3 installed in order to use the SMB folder synch. If you have PowerShell
2 installed and try to execute a folder sync, it will hang with no good error message.
+* Libcurl.dll must be installed and on your path. You can find it [here](https://github.com/danielcavanagh/typhoeus/blob/b8c089f1576cc5094eb84380c98a9146ab9dbba4/README.textile#windows-support)
### Managed Guest
You'll need to bootstrap the target machine. The following script should get you there.
```