diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-05-14 12:22:35 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-05-14 12:22:35 +0300 |
| commit | fe385f7466beb8c38675ebbfdc0f282a5768f199 (patch) | |
| tree | 37a0c9c35a4f3a3868415833ddf6eac7f6baa7f8 | |
| parent | ab6df63afe2058fa678b6722b22d2e4fde5beafd (diff) | |
Add cookbook usage to README
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
