diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-11-20 17:56:14 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-17 18:52:03 -0800 |
commit | b6804bbe2e8fd90a958db3685da92b3112c29536 (patch) | |
tree | 7f8e6f7b34033377919f3a01fa14c300aee16e55 /kitchen-tests | |
parent | d223f2480cecb211a8c54edbb6ff4e7a46f9be9b (diff) | |
download | chef-b6804bbe2e8fd90a958db3685da92b3112c29536.tar.gz |
Instructions on running audit mode examples.
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/webapp/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/webapp/README.md b/kitchen-tests/cookbooks/webapp/README.md index e8de6ee467..5c55542cbf 100644 --- a/kitchen-tests/cookbooks/webapp/README.md +++ b/kitchen-tests/cookbooks/webapp/README.md @@ -1,4 +1,10 @@ # webapp -TODO: Enter the cookbook description here. +This cookbook has some basic recipes to test audit mode. +In order to run these tests on your dev box: + +``` +$ bundle install +$ bundle exec chef-client -c kitchen-tests/.chef/client.rb -z -o audit_test::default +``` |