summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-05-14 12:22:35 +0300
committerYuval Adam <yuv.adm@gmail.com>2013-05-14 12:22:35 +0300
commitfe385f7466beb8c38675ebbfdc0f282a5768f199 (patch)
tree37a0c9c35a4f3a3868415833ddf6eac7f6baa7f8
parentab6df63afe2058fa678b6722b22d2e4fde5beafd (diff)
Add cookbook usage to README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c491e9d..5e04e5f 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,10 @@ Halt or destroy the instance with:
$ vagrant [halt|destroy]
```
+## Chef Cookbook Usage
+
+Since the Vagrant box provisioning process (in this case) is built upon [Chef Solo](http://docs.opscode.com/chef_solo.html) and contains a standard cookbook, it can be used standalone to configure an existing machine, with a preconfigured Chef setup.
+
## License and Credits
Marconi is released under the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt) license.