diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-15 16:39:42 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 10:10:55 -0700 |
commit | ea553fac4eba2cb91b276af4a8dd9a03809a5478 (patch) | |
tree | 681de6bc19e1a426e35a75ec28c6784fa3c9e92d /kitchen-tests/cookbooks | |
parent | eec11f4c7af5bb2fd7e8d0ec8c2dd8fd36e021b7 (diff) | |
download | chef-ea553fac4eba2cb91b276af4a8dd9a03809a5478.tar.gz |
Add simple test cookbook readmes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r-- | kitchen-tests/cookbooks/base/README.md | 4 | ||||
-rw-r--r-- | kitchen-tests/cookbooks/webapp/README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kitchen-tests/cookbooks/base/README.md b/kitchen-tests/cookbooks/base/README.md index f19ab46735..2889a2d0dc 100644 --- a/kitchen-tests/cookbooks/base/README.md +++ b/kitchen-tests/cookbooks/base/README.md @@ -1,3 +1,3 @@ -# webapp +# base -TODO: Enter the cookbook description here. +A standard chef "base" cookbook that performs various base system configuration tasks using common community cookbooks. diff --git a/kitchen-tests/cookbooks/webapp/README.md b/kitchen-tests/cookbooks/webapp/README.md index f19ab46735..caa0059689 100644 --- a/kitchen-tests/cookbooks/webapp/README.md +++ b/kitchen-tests/cookbooks/webapp/README.md @@ -1,3 +1,3 @@ # webapp -TODO: Enter the cookbook description here. +A test cookbook that setups up a sample webapp to exercise a common workflow for chef cookbooks. |