Skip to content

Commit

Permalink
Merge pull request test-kitchen#82 from test-kitchen/sethvargo/update…
Browse files Browse the repository at this point in the history
…_readme

Use more YAML in synced folders
  • Loading branch information
sethvargo committed Mar 17, 2014
2 parents 36c67aa + 9497d3a commit f463014
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,9 @@ The default is an empty Array, or `[]`. The example:

```ruby
driver:
synced_folders: [["data/%{instance_name}", "/opt/instance_data"],
["/host_path", "/vm_path", "create: true, type: :nfs"]]
synced_folders:
- ["data/%{instance_name}", "/opt/instance_data"],
- ["/host_path", "/vm_path", "create: true, type: :nfs"]
```

will generate a Vagrantfile configuration similar to:
Expand Down

0 comments on commit f463014

Please sign in to comment.