summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-15 16:39:42 -0700
committerTim Smith <tsmith@chef.io>2017-09-18 10:10:55 -0700
commitea553fac4eba2cb91b276af4a8dd9a03809a5478 (patch)
tree681de6bc19e1a426e35a75ec28c6784fa3c9e92d
parenteec11f4c7af5bb2fd7e8d0ec8c2dd8fd36e021b7 (diff)
downloadchef-ea553fac4eba2cb91b276af4a8dd9a03809a5478.tar.gz
Add simple test cookbook readmes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/base/README.md4
-rw-r--r--kitchen-tests/cookbooks/webapp/README.md2
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.